| Commit message (Expand) | Author | Age | Files | Lines |
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 1 | -0/+2 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 2 | -2/+0 |
* | Additional tests for the gem subsystem | David Dollar | 2009-04-29 | 5 | -0/+101 |
* | Attempt to deal with more cases of gems with native components. | David Dollar | 2009-04-28 | 6 | -0/+105 |
* | Rejig active support dependencies to behave better with the boot process | Jeremy Kemper | 2009-04-28 | 2 | -0/+2 |
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 2 | -0/+2 |
* | Refactor ActionView::Template | Yehuda Katz + Carl Lerche | 2009-04-27 | 2 | -3/+3 |
* | Removed rest of Symbol#to_proc from railties tests | Jeremy Kemper | 2009-04-22 | 2 | -3/+3 |
* | Missed one | Jeremy Kemper | 2009-04-22 | 1 | -1/+1 |
* | Remove Symbol#to_proc dependency | Jeremy Kemper | 2009-04-22 | 1 | -2/+2 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 29 | -683/+940 |
|\ |
|
| * | Improve tests and code for Rails::InfoController and Rails::Info [#2411 state... | Manfred Stienstra | 2009-04-07 | 2 | -31/+40 |
| * | update metal fixtures to be ruby 1.9 compat | Joshua Peek | 2009-03-15 | 6 | -6/+6 |
| * | Make sure Metal use ActionController class name conventions [#2242 state:reso... | Luca Guidi | 2009-03-15 | 2 | -0/+11 |
| * | Makes the gem system understand development vs. runtime dependencies [#2195 s... | David Dollar | 2009-03-13 | 2 | -8/+11 |
| * | Vendored gem paths now being loaded if they exist [#2204 state:resolved] | John Dzak | 2009-03-13 | 1 | -0/+2 |
| * | Fixed that template runner gem method to output :lib => false correctly [#194... | Damian Terentiev | 2009-03-12 | 1 | -0/+5 |
| * | Ensure public folder structure is setup correctly if the tests are ran out of... | Joshua Peek | 2009-03-10 | 4 | -0/+8 |
| * | Fix serving index files with rack static file server [#2180 state:resolved] | Joshua Peek | 2009-03-09 | 4 | -0/+41 |
| * | Correctly clean backtraces from vendor/gems and gems in alternate install loc... | Matt Jones | 2009-03-09 | 1 | -0/+29 |
| * | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 3 | -8/+8 |
| * | Raise LoadError instead of a runtime exception [#1498 state:resolved] | karmi | 2009-03-07 | 1 | -1/+1 |
| * | Ensure that loading metals from the main app and engines works on older Ruby ... | Simon Jefford | 2009-03-05 | 1 | -0/+9 |
| * | stray character in railties test | Joshua Peek | 2009-03-04 | 1 | -1/+1 |
| * | Enhanced Rails Metal - the load order of metals can now be configured [#2057 ... | Simon Jefford | 2009-03-03 | 6 | -0/+86 |
| * | Display gem dependencies correctly and unpack exactly once [#2097 state:resol... | Matt Jones | 2009-03-01 | 1 | -1/+1 |
| * | Added :env option for gem in template runner [#1983 state:resolved] | Andrew Vit | 2009-02-28 | 1 | -0/+11 |
| * | Merge branch 'master' of git@github.com:rails/rails | Jeremy Kemper | 2009-02-27 | 2 | -2/+12 |
| |\ |
|
| | * | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 2 | -2/+12 |
| * | | Skip console test when using minitest | Jeremy Kemper | 2009-02-27 | 1 | -20/+22 |
| * | | Skip backtrace filter test when using minitest | Jeremy Kemper | 2009-02-27 | 1 | -20/+24 |
| |/ |
|
| * | Fix test failure introduced by 6099f261ea7c624aa45b47be7573ed1cab7b6b71 | Jeremy Kemper | 2009-02-25 | 1 | -1/+2 |
| * | Test view path loading from the initializer. | Manfred Stienstra | 2009-02-25 | 1 | -2/+26 |
| * | Test database middleware loading from the initializer. | Manfred Stienstra | 2009-02-25 | 2 | -10/+50 |
| * | load plugin view_paths to action_mailer view_paths and make action_mailer use... | Sven Fuchs | 2009-02-22 | 2 | -4/+8 |
| * | Fix templates reloading in development when using custom view path [#2012 sta... | Joshua Peek | 2009-02-19 | 1 | -1/+1 |
| * | Properly skip fcgi tests if the gem is not installed | Joshua Peek | 2009-02-16 | 2 | -5/+11 |
| * | Ensure template_runner can run script/* ruby scripts under Windows. [#1859 st... | unknown | 2009-02-16 | 1 | -3/+13 |
| * | Fix loader's LoadError exception message to mention missing plugins and omit ... | Oshoma Momoh | 2009-02-13 | 1 | -0/+20 |
| * | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 1 | -1/+1 |
| * | Fix up failing tests broke by 2316e7d | Joshua Peek | 2009-02-07 | 1 | -30/+31 |
| * | This is no longer relevant when the 500.html is comletely static | David Heinemeier Hansson | 2009-02-06 | 1 | -40/+0 |
| * | Fix broken scaffolding tests [#1889 state:committed] | Mike Gunderloy | 2009-02-05 | 1 | -2/+2 |
| * | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 8 | -558/+525 |
| * | Fix test broken by test process changes | Jeremy Kemper | 2009-01-07 | 1 | -7/+4 |
| * | Fixed bug where calling app method from console would raise ArgumentError [#1... | ddemaree | 2009-01-02 | 1 | -0/+9 |
| * | Fix failing gem dependency tests [#1659 state:resolved] | Mike Gunderloy | 2008-12-29 | 1 | -12/+12 |
| * | Fix FCGI dispatching tests | Mike Gunderloy | 2008-12-29 | 1 | -42/+7 |
* | | Make tests pass | Yehuda Katz | 2009-02-02 | 2 | -2/+2 |
* | | Fix test broken by test process changes | Jeremy Kemper | 2009-01-09 | 1 | -7/+4 |