| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to deal with more cases of gems with native components. | David Dollar | 2009-04-28 | 1 | -4/+17 |
* | Rejig active support dependencies to behave better with the boot process | Jeremy Kemper | 2009-04-28 | 2 | -5/+3 |
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 1 | -0/+1 |
* | Use Symbol#to_proc in rails plugin internals | Jeremy Kemper | 2009-04-24 | 1 | -0/+1 |
* | Opt in to Dependencies | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | No more free lunch | Jeremy Kemper | 2009-04-22 | 2 | -4/+7 |
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -1/+1 |
* | Make sure Metal use ActionController class name conventions [#2242 state:reso... | Luca Guidi | 2009-03-15 | 1 | -1/+1 |
* | Makes the gem system understand development vs. runtime dependencies [#2195 s... | David Dollar | 2009-03-13 | 1 | -97/+117 |
* | Execute the appropriate gem command when using JRuby [#2215 state:resolved] | Zack Hobson | 2009-03-13 | 1 | -1/+8 |
* | Fix serving index files with rack static file server [#2180 state:resolved] | Joshua Peek | 2009-03-09 | 1 | -4/+13 |
* | Correctly clean backtraces from vendor/gems and gems in alternate install loc... | Matt Jones | 2009-03-09 | 1 | -4/+16 |
* | Ensure that loading metals from the main app and engines works on older Ruby ... | Simon Jefford | 2009-03-05 | 1 | -3/+5 |
* | Make sure that Rails frameworks are silenced when running in gem mode too | David Heinemeier Hansson | 2009-03-05 | 1 | -0/+3 |
* | Enhanced Rails Metal - the load order of metals can now be configured [#2057 ... | Simon Jefford | 2009-03-03 | 1 | -3/+13 |
* | Display gem dependencies correctly and unpack exactly once [#2097 state:resol... | Matt Jones | 2009-03-01 | 1 | -4/+7 |
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 3 | -9/+19 |
* | Force all internal calls to Array#to_sentence to use English [#2010 state:res... | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | load plugin view_paths to action_mailer view_paths and make action_mailer use... | Sven Fuchs | 2009-02-22 | 1 | -24/+26 |
* | Fix loader's LoadError exception message to mention missing plugins and omit ... | Oshoma Momoh | 2009-02-13 | 1 | -1/+1 |
* | Only silence backtrace from plugin lib dirs | Jeremy Kemper | 2008-12-30 | 1 | -1/+2 |
* | Clean trailing / after rails root from backtraces | Jeremy Kemper | 2008-12-30 | 1 | -1/+1 |
* | Diverge Metal implementation from Rack::Cascade since we want the last app to... | Joshua Peek | 2008-12-19 | 2 | -44/+22 |
* | Merge docrails | Pratik Naik | 2008-12-19 | 1 | -1/+1 |
* | Cheaper metal cascade | Jeremy Kemper | 2008-12-18 | 2 | -10/+51 |
* | Rename Rails::Rack::Logger -> LogTailer. Speed up log mtime checks. | Jeremy Kemper | 2008-12-18 | 3 | -29/+36 |
* | Cheaper log tail time comparison | Jeremy Kemper | 2008-12-18 | 1 | -3/+3 |
* | Make generated Metal bits a pure rack endpoint application (not middleware) | Joshua Peek | 2008-12-17 | 1 | -12/+8 |
* | Introduce Rails Metal | Joshua Peek | 2008-12-16 | 2 | -0/+22 |
* | Added gem backtrace pretty priting (Juan LupiĆ³n) [#1497 state:committed] | David Heinemeier Hansson | 2008-12-15 | 1 | -0/+3 |
* | Silence server backtrace in rescue templates and log files. Also remove some ... | Joshua Peek | 2008-12-05 | 1 | -2/+4 |
* | Merge branch 'master' of git@github.com:rails/rails | Jeremy Kemper | 2008-12-03 | 1 | -0/+1 |
|\ |
|
| * | handle missing dependecies in gem loading | Matt Jones | 2008-12-01 | 1 | -0/+1 |
* | | Require rack/utils explicitly | Jeremy Kemper | 2008-12-03 | 1 | -0/+2 |
|/ |
|
* | Include Rack in the server noise | David Heinemeier Hansson | 2008-11-29 | 1 | -2/+2 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 2 | -15/+30 |
* | Let all plugins not just engines have a config/routes.rb file | David Heinemeier Hansson | 2008-11-26 | 1 | -1/+2 |
* | Added that config/routes.rb files in engine plugins are automatically loaded ... | David Heinemeier Hansson | 2008-11-26 | 2 | -3/+37 |
* | Added app/[models|controllers|helpers] to the load path for plugins that has ... | David Heinemeier Hansson | 2008-11-26 | 2 | -6/+29 |
* | Move debugger into middleware | Joshua Peek | 2008-11-25 | 2 | -0/+22 |
* | Strip out the ./ part of the test path so the backtrace align perfectly | David Heinemeier Hansson | 2008-11-24 | 1 | -0/+1 |
* | Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi... | Manfred Stienstra | 2008-11-24 | 1 | -6/+4 |
* | Kill dead "new_mongrel" handler | Joshua Peek | 2008-11-22 | 2 | -397/+0 |
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting... | David Heinemeier Hansson | 2008-11-22 | 1 | -0/+34 |
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -2/+2 |
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
* | Properly check silence_spec_warnings class variable [#1372 state:committed] | Chris Wanstrath | 2008-11-14 | 1 | -2/+2 |
* | Make refresh_specs more resilient. Always add vendor/gems to gem search path.... | Matt Jones | 2008-11-01 | 1 | -13/+24 |
* | config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen... | Matt Jones | 2008-10-20 | 1 | -1/+1 |