-
Notifications
You must be signed in to change notification settings - Fork 2
changelog
halloffame edited this page Apr 30, 2013
·
3 revisions
- You can now customize the format you expect chronic ping to return.
-
ChronicPing.config.datetime_format=
is now deprecated. Please useChronicPing.config.formats=
instead. Refer to the README for more details. - You can now use multiple formats in the same application.
Chronic ping moves out of Alpha! We've been using it in more of our apps and it is pretty solid.
-
ChronicPing.config.relative_url_root=
is now deprecated. You no longer need to define this in your config file. If you still need to set this when precompiling your assets, setENV['RAILS_RELATIVE_URL_ROOT']=
in the precompile command.