| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix `rake routes` method name output [#3422 state:resolved] | Joshua Peek | 2009-10-26 | 1 | -2/+7 |
* | Splat calls to_a not to_ary [#3423 state:resolved] | Joshua Peek | 2009-10-26 | 1 | -1/+1 |
* | Restore `rake routes` [#3402 state:resolved] | Joshua Peek | 2009-10-24 | 6 | -19/+57 |
* | Use rails/rack-mount | Jeremy Kemper | 2009-10-22 | 1 | -2/+2 |
* | Refactored railties' isolation tests to be able to run script/* scripts. | Carl Lerche | 2009-10-21 | 2 | -4/+32 |
* | Always add actionpack/lib to load path for isolated tests | Joshua Peek | 2009-10-21 | 1 | -1/+1 |
* | Fix error_messages_for when instance variable names are given. | José Valim | 2009-10-21 | 2 | -6/+9 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 19 | -1034/+168 |
* | Have all the tests running off a single Gemfile | Yehuda Katz + Carl Lerche | 2009-10-20 | 18 | -140/+83 |
* | Start rewriting some internal tests to use the new routing dsl | Joshua Peek | 2009-10-20 | 13 | -31/+32 |
* | Run bundler before AM and AMo tests | Joshua Peek | 2009-10-20 | 1 | -2/+2 |
* | New routing dsl | Joshua Peek | 2009-10-20 | 6 | -797/+1443 |
* | Group together all the old routing dsl logic | Joshua Peek | 2009-10-20 | 6 | -216/+204 |
* | Add arel to AMo gemfile | Joshua Peek | 2009-10-20 | 1 | -0/+1 |
* | Move Routing into AD | Joshua Peek | 2009-10-20 | 10 | -715/+719 |
* | Donate tests I wrote for rackmount rails integration | Joshua Peek | 2009-10-20 | 2 | -3/+316 |
* | Exclude gem backtrace filter if rubygems is not loaded | Joshua Peek | 2009-10-20 | 2 | -18/+19 |
* | Add rackmount to railties gemspec | Joshua Peek | 2009-10-20 | 1 | -0/+1 |
* | Add rackmount to actionmailer gemspec | Joshua Peek | 2009-10-20 | 1 | -0/+1 |
* | Replace decaying routing internals w/ rack-mount | Joshua Peek | 2009-10-19 | 16 | -1305/+341 |
* | Missed cherry-pick from 2e37effd7203cad84459661e11db2be44586cb4f | Jeremy Kemper | 2009-10-19 | 1 | -0/+1 |
* | Simplify path expansions | Jeremy Kemper | 2009-10-19 | 3 | -3/+3 |
* | Kill routing tests expecting path to be unescaped. Most rack servers already ... | Joshua Peek | 2009-10-19 | 1 | -50/+12 |
* | Fix brittle query string comparisons | Joshua Peek | 2009-10-19 | 1 | -6/+13 |
* | Missed Gemfile commits | Jeremy Kemper | 2009-10-19 | 2 | -0/+21 |
* | Bundle for railties tests too | Jeremy Kemper | 2009-10-19 | 3 | -22/+30 |
* | Use bundled env for tests only | Jeremy Kemper | 2009-10-19 | 3 | -14/+13 |
* | Bundle arel for AR integration tests | Jeremy Kemper | 2009-10-19 | 1 | -5/+4 |
* | Only undef to_json if it's defined | Jeremy Kemper | 2009-10-19 | 1 | -1/+1 |
* | Merge commit 'josevalim/fixes' | Jeremy Kemper | 2009-10-19 | 15 | -140/+153 |
|\ |
|
| * | By default use ActiveModel API in controller generators, unless otherwise spe... | José Valim | 2009-10-17 | 4 | -57/+53 |
| * | Make app generatoor specs green once again. | José Valim | 2009-10-17 | 2 | -5/+12 |
| * | Bring agnosticism to error_messages_for. | José Valim | 2009-10-17 | 5 | -60/+55 |
| * | Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re... | José Valim | 2009-10-17 | 4 | -19/+34 |
* | | Error message references application.rb instead of environment.rb | Jeremy Kemper | 2009-10-19 | 1 | -1/+1 |
* | | Bump arel requirement to 0.1.1 | Jeremy Kemper | 2009-10-19 | 1 | -1/+1 |
* | | Check for environment.rb | Jeremy Kemper | 2009-10-19 | 1 | -1/+1 |
* | | Check for bundler environment or 2.x-style vendor/rails + rubygems | Jeremy Kemper | 2009-10-19 | 1 | -10/+8 |
* | | Merge branch 'master' of github.com:rails/rails | Jeremy Kemper | 2009-10-19 | 63 | -1432/+988 |
|\ \ |
|
| * | | Make sure boot.rb requires rubygems only when needed | Pratik Naik | 2009-10-19 | 1 | -7/+10 |
| * | | Fix bad assumption in BacktraceCleaner test [#3249 state:resolved] | Mike Gunderloy | 2009-10-18 | 1 | -1/+1 |
| * | | Rails info tests needs use_controllers | Joshua Peek | 2009-10-18 | 1 | -4/+8 |
| * | | Relax generation requirements and only enforce the requirements used in the p... | Joshua Peek | 2009-10-18 | 1 | -13/+0 |
| * | | Use Rails.root in railties tests | Joshua Peek | 2009-10-18 | 3 | -5/+5 |
| * | | RAILS_GEM_VERSION is obsolete | Joshua Peek | 2009-10-18 | 1 | -1/+1 |
| * | | Need to use "use_controllers" for nonexistent controller in AM test | Joshua Peek | 2009-10-18 | 1 | -21/+23 |
| * | | Fixed: #without_typecast should only disable typecasting on the duplicated at... | Eric Chapweske | 2009-10-18 | 2 | -2/+10 |
| * | | Don't use use_controllers in routing tests | Joshua Peek | 2009-10-18 | 1 | -4/+4 |
| * | | This is routing error message test is tightly coupled to the implementation. ... | Joshua Peek | 2009-10-17 | 1 | -16/+1 |
| * | | Drop legacy support for case insensitive controller recognition | Joshua Peek | 2009-10-17 | 1 | -11/+0 |