| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ensure template runner tests don't depend on hash ordering [#1654 state:resol... | Mike Gunderloy | 2008-12-28 | 1 | -1/+1 |
* | Adding test coverage and better logging to Rails::TemplateRunner [#1618 state... | Aaron Quint | 2008-12-27 | 1 | -0/+190 |
* | Switch to Rack based session stores. | Joshua Peek | 2008-12-15 | 1 | -0/+1 |
* | How'd that sneak in there? | Jeremy Kemper | 2008-12-09 | 1 | -1/+0 |
* | handle missing dependecies in gem loading | Matt Jones | 2008-12-01 | 5 | -0/+94 |
* | fix failing railties test | Joshua Peek | 2008-12-01 | 1 | -2/+2 |
* | Changed Rails.root to return a Pathname object (allows for Rails.root.join("a... | David Heinemeier Hansson | 2008-11-30 | 1 | -2/+2 |
* | Enhanced Rails.root to take parameters that'll be join with the root, like Ra... | David Heinemeier Hansson | 2008-11-29 | 1 | -0/+10 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 2 | -112/+118 |
* | Added that config/routes.rb files in engine plugins are automatically loaded ... | David Heinemeier Hansson | 2008-11-26 | 6 | -1/+12 |
* | Added app/[models|controllers|helpers] to the load path for plugins that has ... | David Heinemeier Hansson | 2008-11-26 | 2 | -10/+23 |
* | Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ... | Jeremy Kemper | 2008-11-24 | 1 | -1/+1 |
* | Skip fcgi dispatcher tests if fcgi lib isn't available | Jeremy Kemper | 2008-11-24 | 1 | -3/+4 |
* | Explicitly require action_view to bring in its i18n load path | Jeremy Kemper | 2008-11-24 | 1 | -0/+3 |