rails/railties/guides
Hendy Tanata 193e4de206 Better formatting of route requirements in rake:routes.
Previously it was:

    {:controller=>"photos", :action=>"show", :id=>/[A-Z]\d{5}/}

Now it becomes:

    photos#show {:id=>/[A-Z]\d{5}/}
2011-07-16 04:23:05 +08:00
..
assets adds Vijay Dev to the new Rails Guides Reviewers team 2011-06-05 00:13:50 +02:00
rails_guides specify image dimensions for pictures in the guides credits page 2011-06-04 14:25:54 +02:00
source Better formatting of route requirements in rake:routes. 2011-07-16 04:23:05 +08:00
rails_guides.rb upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed) 2011-01-12 21:12:44 +01:00
w3c_validator.rb fixed comment in w3c_validator 2010-12-25 01:19:33 +05:30