Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move validator, human_name and human_attribute_name to ActiveModel, remove ↵ | José Valim | 2009-10-20 | 19 | -1034/+168 |
| | | | | | | deprecated error messages and add i18n_scope and lookup_ancestors. Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | 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 |
| | | | | escape PATH_INFO. | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: railties/test/generators/app_generator_test.rb | ||||
| * | By default use ActiveModel API in controller generators, unless otherwise ↵ | José Valim | 2009-10-17 | 4 | -57/+53 |
| | | | | | | | | specified [#3123 status:resolved] | ||||
| * | 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 ↵ | José Valim | 2009-10-17 | 4 | -19/+34 |
| | | | | | | | | responder to be set in the class level. | ||||
* | | 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 |
| | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | | 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 ↵ | Joshua Peek | 2009-10-18 | 1 | -13/+0 |
| | | | | | | | | | | | | path segment | ||||
| * | | 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 ↵ | Eric Chapweske | 2009-10-18 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | attributes [#3387 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | | 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 |
| | | | | | | | | | | | | Just test that it raises an exception. | ||||
| * | | Drop legacy support for case insensitive controller recognition | Joshua Peek | 2009-10-17 | 1 | -11/+0 |
| | | | |||||
| * | | Fix brittle query string comparisons | Joshua Peek | 2009-10-17 | 1 | -5/+5 |
| | | | |||||
| * | | Fix brittle query string comparisons | Joshua Peek | 2009-10-17 | 1 | -7/+18 |
| | | | |||||
| * | | Fix standalone run of routing test. Only reference controllers that are ↵ | Joshua Peek | 2009-10-17 | 1 | -8/+8 |
| | | | | | | | | | | | | provided in fake_controllers | ||||
| * | | Stop using with_controllers in tests | Joshua Peek | 2009-10-17 | 1 | -96/+72 |
| | | | |||||
| * | | No longer need this special routing exception message because these kinds of ↵ | Joshua Peek | 2009-10-17 | 1 | -13/+0 |
| | | | | | | | | | | | | ambiguous generations are deprecated | ||||
| * | | Drop support for routing :generate_all | Joshua Peek | 2009-10-17 | 1 | -14/+0 |
| | | | |||||
| * | | Invalid route requirements should always raise an exception even if they are ↵ | Joshua Peek | 2009-10-17 | 1 | -8/+0 |
| | | | | | | | | | | | | unused |