| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Compact the way application paths are defined" | Pratik Naik | 2009-07-03 | 1 | -13/+27 |
* | Revert "Modify the Rails::Application::Path object to allow for more concise ... | Pratik Naik | 2009-07-03 | 1 | -25/+15 |
* | Compact the way application paths are defined | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -27/+13 |
* | Modify the Rails::Application::Path object to allow for more concise path def... | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -15/+25 |
* | Only check for built extensions on gem dependencies that are in vendor/gems. ... | J.D. Hollis | 2009-07-02 | 1 | -3/+7 |
* | Bump up the version to 3.0.pre | Carl Lerche | 2009-06-30 | 1 | -3/+3 |
* | Add #concat to Rails::Application::Path | Carl Lerche | 2009-06-30 | 2 | -1/+5 |
* | Stop the initializer from blowing up when builtin_directories is empty | Carl Lerche | 2009-06-30 | 1 | -1/+1 |
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 2 | -6/+70 |
* | Finished a first stab at the Rails application path object. | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -0/+85 |
* | Try speeding up rails booting | Yehuda Katz + Carl Lerche | 2009-06-25 | 1 | -1/+0 |
* | Separate Rails module methods, the config object, and the initializer into se... | Yehuda Katz + Carl Lerche | 2009-06-23 | 2 | -0/+336 |
* | Get initializer_test.rb to pass with the new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -2/+2 |
* | Fix incorrect specification path in GemDependency#from_directory_name | Matt Jones | 2009-06-10 | 1 | -1/+1 |
* | Fix several issues with the 2.3.2 gem loader. | Matt Jones | 2009-06-09 | 1 | -4/+16 |
* | Lazy-require Kernel#silence_warnings | Jeremy Kemper | 2009-05-19 | 1 | -2/+1 |
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 2 | -7/+7 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+2 |
* | fix problems with requires in metal choking under development reloading [#257... | Tim Connor | 2009-05-04 | 1 | -1/+2 |
* | 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 |