aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Fix serving index files with rack static file server [#2180 state:resolved]Joshua Peek2009-03-091-4/+13
* Correctly clean backtraces from vendor/gems and gems in alternate install loc...Matt Jones2009-03-091-4/+16
* Ensure that loading metals from the main app and engines works on older Ruby ...Simon Jefford2009-03-051-3/+5
* Make sure that Rails frameworks are silenced when running in gem mode tooDavid Heinemeier Hansson2009-03-051-0/+3
* Enhanced Rails Metal - the load order of metals can now be configured [#2057 ...Simon Jefford2009-03-031-3/+13
* Display gem dependencies correctly and unpack exactly once [#2097 state:resol...Matt Jones2009-03-011-4/+7
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-273-9/+19
* Force all internal calls to Array#to_sentence to use English [#2010 state:res...David Heinemeier Hansson2009-02-271-1/+1
* load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-24/+26
* Fix loader's LoadError exception message to mention missing plugins and omit ...Oshoma Momoh2009-02-131-1/+1
* Only silence backtrace from plugin lib dirsJeremy Kemper2008-12-301-1/+2
* Clean trailing / after rails root from backtracesJeremy Kemper2008-12-301-1/+1
* Diverge Metal implementation from Rack::Cascade since we want the last app to...Joshua Peek2008-12-192-44/+22
* Merge docrailsPratik Naik2008-12-191-1/+1
* Cheaper metal cascadeJeremy Kemper2008-12-182-10/+51
* Rename Rails::Rack::Logger -> LogTailer. Speed up log mtime checks.Jeremy Kemper2008-12-183-29/+36
* Cheaper log tail time comparisonJeremy Kemper2008-12-181-3/+3
* Make generated Metal bits a pure rack endpoint application (not middleware)Joshua Peek2008-12-171-12/+8
* Introduce Rails MetalJoshua Peek2008-12-162-0/+22
* Added gem backtrace pretty priting (Juan LupiĆ³n) [#1497 state:committed]David Heinemeier Hansson2008-12-151-0/+3
* Silence server backtrace in rescue templates and log files. Also remove some ...Joshua Peek2008-12-051-2/+4
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-12-031-0/+1
|\
| * handle missing dependecies in gem loadingMatt Jones2008-12-011-0/+1
* | Require rack/utils explicitlyJeremy Kemper2008-12-031-0/+2
|/
* Include Rack in the server noiseDavid Heinemeier Hansson2008-11-291-2/+2
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-272-15/+30
* Let all plugins not just engines have a config/routes.rb fileDavid Heinemeier Hansson2008-11-261-1/+2
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-262-3/+37
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-262-6/+29
* Move debugger into middlewareJoshua Peek2008-11-252-0/+22
* Strip out the ./ part of the test path so the backtrace align perfectlyDavid Heinemeier Hansson2008-11-241-0/+1
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi...Manfred Stienstra2008-11-241-6/+4
* Kill dead "new_mongrel" handlerJoshua Peek2008-11-222-397/+0
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+34
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-2/+2
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+1
* Properly check silence_spec_warnings class variable [#1372 state:committed]Chris Wanstrath2008-11-141-2/+2
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-13/+24
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-201-1/+1
* Initialize silence_spec_warningsMatt Jones2008-10-131-0/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-132-23/+97
* Fix definition of find_nameMatt Jones2008-10-081-2/+2
* Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
* Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-054-35/+208
* Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1Michael Koziarski2008-09-241-1/+3
* Bump the Version constants to align with the *next* release rather than the p...Michael Koziarski2008-09-221-1/+1
* Added rack logger middleware that tails the environment logJoshua Peek2008-08-192-0/+29
* Make requiring gems optional.Ben Sandofsky2008-08-041-1/+1