| 2ee9a98 |
2013-05-16 |
Fix named routing regression from 3.2.13 |
| ba0695f |
2013-05-16 |
Fix named routing regression from 3.2.13 |
| 334549b |
2013-03-19 |
Fix improperly configured host in generated urls |
| f654c3c |
2013-01-18 |
Remove "Application" section title from routes |
| 8b72d68 |
2013-01-21 |
In Browser Path Matching with Javascript |
| d5277b8 |
2012-12-27 |
Ruby 1.9 style hash in Route Inspector |
| 37d9c44 |
2012-12-17 |
Format routes as html on debug page |
| 8a59b87 |
2012-12-17 |
HTML formatting to Rails::InfoController#routes |
| 170a93d |
2012-12-16 |
DebugExceptions `File.join` => `File.expand_path` |
| 08d7b18 |
2012-12-12 |
Output routes in :html format |
| 0807f6e |
2012-12-11 |
Update railties/lib/rails/info_controller.rb |
| e073b03 |
2012-12-10 |
Use `File.expand_path` instead of `File.join` |
| baea5d6 |
2012-12-11 |
Use Rails to Render Default Index Page |
| 25648ce |
2012-11-14 |
add AR deep dive video links to guides |
| 0fbdddd |
2012-10-28 |
Don't log on pending migration check |
| 20385ec |
2012-10-12 |
Prompt to run rake when accidentally typed rails |
| c8f50ef |
2012-10-02 |
Add command before bash output |
| e8bdbef |
2012-10-02 |
add command line $ tip for new programmers |
| ae44482 |
2012-10-02 |
improve wording over `change` method docs |
| eb85394 |
2012-10-02 |
instructions for running migrations in another ENV |
| ddcda85 |
2012-10-02 |
Add /rails/info/routes method to getting_started |
| e427c3b |
2012-10-02 |
explain how to check if the server has returned on *nix ... |
| f8a54e1 |
2012-10-02 |
Explain that command line commands have $ |
| 6b1467b |
2012-10-02 |
change `#` to `$` in bash section |
| 5a07de6 |
2012-10-02 |
Space between "every" and "time" |
| bfafa99 |
2012-09-25 |
add documentation to generated routes |
| 1505617 |
2012-09-24 |
remove misleading comment in Rakefile |
| e69476a |
2012-09-18 |
Stronger wording in Contributing file |
| c9d1ba4 |
2012-09-05 |
Doc: sweepers only work on Active Record Models |
| cc57b2a |
2012-08-28 |
refactor route_set `generate_extras` functionality |
| 60b650b |
2012-08-11 |
check for nil or empty record in form_for |
| e463351 |
2012-08-09 |
Document the namespacing of controller actions per this ... |
| 0b6175a |
2012-08-28 |
Add Missing Keys from Journey on failed URL format |
| bbfd29a |
2012-07-07 |
show routes while debugging added to changelog |
| ef91cdd |
2012-07-07 |
move route_inspector to actionpack |
| fa714ec |
2012-07-07 |
show routes while debugging RoutingError |
| 4c82d3f |
2012-06-09 |
add prompt to 404 & 500 pages to check logs |
| d741a4c |
2012-06-09 |
test errors for pending migrations |
| 96f19f6 |
2012-06-09 |
raise error for pending migration |
| e5b3986 |
2012-06-03 |
add convenience methods for checking migrations |
| e636663 |
2012-06-01 |
routes are viewable in browser (update guides) |
| 0460949 |
2012-05-30 |
remove unused route reloading code |
| 4459125 |
2012-05-25 |
remove unnecessary test from route_inspect_test |
| c3e3102 |
2012-05-24 |
Rails::InfoController tests passing |
| cb44e0f |
2012-05-24 |
/rails/info/routes path shows routing information |
| e737f14 |
2012-05-02 |
Add backtrace to development routing error page |
| 2314490 |
2012-03-24 |
document `-e` argument for rails console |
| 7529283 |
2012-03-22 |
match rails console environment support, to server |
| 0a555dd |
2012-03-21 |
fix rails server support of RAILS_ENV variable |