aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FCGI dispatching testsMike Gunderloy2008-12-291-42/+7
* Ensure template runner tests don't depend on hash ordering [#1654 state:resol...Mike Gunderloy2008-12-281-1/+1
* Adding test coverage and better logging to Rails::TemplateRunner [#1618 state...Aaron Quint2008-12-271-0/+190
* Switch to Rack based session stores.Joshua Peek2008-12-151-0/+1
* How'd that sneak in there?Jeremy Kemper2008-12-091-1/+0
* handle missing dependecies in gem loadingMatt Jones2008-12-015-0/+94
* fix failing railties testJoshua Peek2008-12-011-2/+2
* Changed Rails.root to return a Pathname object (allows for Rails.root.join("a...David Heinemeier Hansson2008-11-301-2/+2
* Enhanced Rails.root to take parameters that'll be join with the root, like Ra...David Heinemeier Hansson2008-11-291-0/+10
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-272-112/+118
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-266-1/+12
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-262-10/+23
* Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ...Jeremy Kemper2008-11-241-1/+1
* Skip fcgi dispatcher tests if fcgi lib isn't availableJeremy Kemper2008-11-241-3/+4
* Explicitly require action_view to bring in its i18n load pathJeremy Kemper2008-11-241-0/+3
* Rename Rails::Info.components to frameworksJeremy Kemper2008-11-241-5/+5
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi...Manfred Stienstra2008-11-242-1/+30