README.rdoc in time_machine-0.0.1 vs README.rdoc in time_machine-0.0.2
- old
+ new
@@ -1,13 +1,14 @@
= TimeMachine
-This plugin lets you easily change Time.now.
+This rails plugin lets you easily change the current date.
+Useful to see how the app looks and behaves when time changes.
== Installation
Add gem 'time_machine' to your development group and add this in a view file (ie application layout):
- <%= time_machine %>
+ <%= time_machine if Rails.env.development? %>
Reload, and you'll see a small box in the upper left corner of your app. Use this to travel in time and see how your app behaves/looks like when time changes.
== Options