Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
| * | | Remove some remnants of config.gem | Carl Lerche | 2009-10-17 | 6 | -308/+16 | |
| | | | ||||||
| * | | Refactoring attributes/types [#3348 state:resolved] | Eric Chapweske | 2009-10-17 | 25 | -148/+760 | |
| |/ | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | Add stub for configuring your package manager | Joshua Peek | 2009-10-16 | 4 | -16/+23 | |
| | | ||||||
| * | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 25 | -745/+45 | |
| | | | | | | | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | |||||
| * | Use Rails.root in statistics rake task | Joshua Peek | 2009-10-16 | 1 | -3/+2 | |
| | | ||||||
| * | Rakefile doesn't need initializers to be ran | Joshua Peek | 2009-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | Use rails/rack | Jeremy Kemper | 2009-10-16 | 1 | -1/+1 | |
|/ | ||||||
* | Fix incorrect path in script/runner template | Joshua Peek | 2009-10-16 | 1 | -1/+1 | |
| | ||||||
* | script/runner should require environment | Joshua Peek | 2009-10-16 | 2 | -3/+1 | |
| | ||||||
* | script/performance/profiler should require environment | Joshua Peek | 2009-10-16 | 2 | -5/+1 | |
| | ||||||
* | script/performance/benchmarker should require environment | Joshua Peek | 2009-10-16 | 2 | -3/+2 | |
| | ||||||
* | script/generate should require environment | Joshua Peek | 2009-10-16 | 2 | -2/+1 | |
| |