aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Fix initializer i18n path testJeremy Kemper2009-06-011-0/+1
* ensure initialize_database_middleware doesn't use ActionController if action_...calavera2009-05-271-4/+19
* Add an model_subclass generator.Fabien Jakimowicz2009-05-271-0/+15
* Get Railties passing againYehuda Katz2009-05-161-0/+2
* Cherry-pick core extensionsJeremy Kemper2009-05-132-2/+0
* Additional tests for the gem subsystemDavid Dollar2009-04-295-0/+101
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-286-0/+105
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-282-0/+2
* Fix missing core extension dependenciesJeremy Kemper2009-04-282-0/+2
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-3/+3
* Removed rest of Symbol#to_proc from railties testsJeremy Kemper2009-04-222-3/+3
* Missed oneJeremy Kemper2009-04-221-1/+1
* Remove Symbol#to_proc dependencyJeremy Kemper2009-04-221-2/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1329-683/+940
|\
| * Improve tests and code for Rails::InfoController and Rails::Info [#2411 state...Manfred Stienstra2009-04-072-31/+40
| * update metal fixtures to be ruby 1.9 compatJoshua Peek2009-03-156-6/+6
| * Make sure Metal use ActionController class name conventions [#2242 state:reso...Luca Guidi2009-03-152-0/+11
| * Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-132-8/+11
| * Vendored gem paths now being loaded if they exist [#2204 state:resolved]John Dzak2009-03-131-0/+2
| * Fixed that template runner gem method to output :lib => false correctly [#194...Damian Terentiev2009-03-121-0/+5
| * Ensure public folder structure is setup correctly if the tests are ran out of...Joshua Peek2009-03-104-0/+8
| * Fix serving index files with rack static file server [#2180 state:resolved]Joshua Peek2009-03-094-0/+41
| * Correctly clean backtraces from vendor/gems and gems in alternate install loc...Matt Jones2009-03-091-0/+29
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-083-8/+8
| * Raise LoadError instead of a runtime exception [#1498 state:resolved]karmi2009-03-071-1/+1
| * Ensure that loading metals from the main app and engines works on older Ruby ...Simon Jefford2009-03-051-0/+9
| * stray character in railties testJoshua Peek2009-03-041-1/+1
| * Enhanced Rails Metal - the load order of metals can now be configured [#2057 ...Simon Jefford2009-03-036-0/+86
| * Display gem dependencies correctly and unpack exactly once [#2097 state:resol...Matt Jones2009-03-011-1/+1
| * Added :env option for gem in template runner [#1983 state:resolved]Andrew Vit2009-02-281-0/+11
| * Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2009-02-272-2/+12
| |\
| | * Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-272-2/+12
| * | Skip console test when using minitestJeremy Kemper2009-02-271-20/+22
| * | Skip backtrace filter test when using minitestJeremy Kemper2009-02-271-20/+24
| |/
| * Fix test failure introduced by 6099f261ea7c624aa45b47be7573ed1cab7b6b71Jeremy Kemper2009-02-251-1/+2
| * Test view path loading from the initializer.Manfred Stienstra2009-02-251-2/+26
| * Test database middleware loading from the initializer.Manfred Stienstra2009-02-252-10/+50
| * load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-222-4/+8
| * Fix templates reloading in development when using custom view path [#2012 sta...Joshua Peek2009-02-191-1/+1
| * Properly skip fcgi tests if the gem is not installedJoshua Peek2009-02-162-5/+11
| * Ensure template_runner can run script/* ruby scripts under Windows. [#1859 st...unknown2009-02-161-3/+13
| * Fix loader's LoadError exception message to mention missing plugins and omit ...Oshoma Momoh2009-02-131-0/+20
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-1/+1
| * Fix up failing tests broke by 2316e7dJoshua Peek2009-02-071-30/+31
| * This is no longer relevant when the 500.html is comletely staticDavid Heinemeier Hansson2009-02-061-40/+0
| * Fix broken scaffolding tests [#1889 state:committed]Mike Gunderloy2009-02-051-2/+2
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-038-558/+525
| * Fix test broken by test process changesJeremy Kemper2009-01-071-7/+4
| * Fixed bug where calling app method from console would raise ArgumentError [#1...ddemaree2009-01-021-0/+9
| * Fix failing gem dependency tests [#1659 state:resolved]Mike Gunderloy2008-12-291-12/+12