Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes expires_now and cleans things up a bit | Yehuda Katz | 2009-10-26 | 4 | -13/+22 |
| | |||||
* | Extract #head into its own module and simplify it | Yehuda Katz | 2009-10-26 | 3 | -36/+31 |
| | |||||
* | Base setup for config object in AC. | Yehuda Katz | 2009-10-26 | 4 | -12/+33 |
| | |||||
* | 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 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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> |