Project
Reverse Dependencies for chronic
The projects listed here declare chronic as a runtime or development dependency
0.0
Manipulator of Time
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
It helps you get AFL schedule data in your app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A sinatra middleware for alexa couhpotato actions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A sinatra middleware for alexa hue actions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
AllSeeingEye observes all requests, with parameters that you specify, to Redis. Then it composes them into graphs for you to see.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
American date parsing for ActiveRecord and ActiveModel
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Downloader, Extractor and Parser for Apple Epf Affiliate files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Ruby library for interfacing with various aquarium controllers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
run terminal commands 'att' a specific time
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
AWS Watcher tracks EC2 instances being started to ensure they bootstrap to chef
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Simple commmand line based timetracker in ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Leverages FitBit and GitHub to track fitness and code; messages can be input via the command line and are emailed to me via the Mandrill API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Assign Dates with Chronic Strings
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Code metrics from Flog, Flay, Simplecov-RCov, Saikuro, Churn, Reek, Roodi, Rails' stats task and Rails Best Practices
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
This gem provides invoice management with imported time slices from the Timetrap gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Ruby script for data-mining biostars.org using web-crawling techniques as well as utilizing the Biostars RESTful API. Statistical analysis requires R (http://www.r-project.org).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Seeeeeeeee Readme
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Show the birthdays in a time period so you don't forget them!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Ruby wrapper for bishl.de xml api.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
= Livedate
A simple Rack middleware that parses a dates using Chronic, and
returns the result in a standardized manner. The idea is to use
this to verify the input in date input fields using AJAX, to
provide immediate feedback to the user.
== Usage
Include Livedate in your middleware stack. In Rails, this
is done in environment.rb
config.gem 'livedate'
config.middleware.use "Livedate"
Specify the desired date + datetime formats you want too. Default
error message for strings that Chronic can't pass can also
be provided. The defaults are:
config.middleware.use "Livedate",
:date_format => '%Y-%m-%d',
:datetime_format => ''%Y-%m-%d %H:%M',
:invalid_format => ''
This will catch requests to /parsedate. Use GET requests and
provide a parameter 'date' or 'datetime'. The value will be
parsed by Chronic and returned formatted as 2009-01-01 or
2009-01-01 12:45, depending on the parameter name.
== Scripts
There are two generators available to get simple javascripts
that use livedate. Both will replace the contents on input
elements with classes .date or .datetime on change with the
result from the Chronic parse.
script/generate livedate_jquery
script/generate livedate_prototype
Will put the appropriate version of the script in your
public/javascripts directory. Feel free to change these
if you need a different behavior.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity