Chirag Patel
Chirag Patel

Reputation: 5929

What is the equivalent of ruby script/about in Rails 3?

What is the equivalent of ruby script/about in Rails 3? I tried rails about and rails help and could not find the answer. Thanks.

Upvotes: 2

Views: 260

Answers (1)

Paul Simpson
Paul Simpson

Reputation: 2514

Running rake about should give you the same information. It works for me on Rails 3.2.2 and Ruby 1.9.3.

Upvotes: 4

Related Questions