| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Load view path cache after plugins and gems. | Joshua Peek | 2008-07-23 | 1 | -3/+10 |
* | Added configurable eager load paths. Defaults to app/models, app/controllers,... | Joshua Peek | 2008-07-21 | 1 | -4/+21 |
* | Preload application classes. Uses same strategy as phusion passenger. | Joshua Peek | 2008-07-21 | 1 | -0/+11 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -2/+2 |
* | ActionMailer and ActionView can share the same view path cache | Joshua Peek | 2008-07-15 | 1 | -2/+4 |
* | Removed config.action_view.cache_template_loading, use config.cache_classes i... | Joshua Peek | 2008-07-15 | 1 | -0/+1 |
* | Give more info on missing gems and abort instead of printing a warning. App c... | Jeremy Kemper | 2008-07-15 | 1 | -5/+10 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -1/+1 |
* | Added Rails.initialized? flag | Joshua Peek | 2008-07-02 | 1 | -23/+32 |
* | Add the gem load paths before the framework is loaded, so certain gems like R... | rick | 2008-06-08 | 1 | -4/+4 |
* | Renamed StringQuestioneer to StringInquirer. | Joshua Peek | 2008-06-04 | 1 | -1/+1 |
* | Namespaced StringQuestioneer under ActiveSupport. | Joshua Peek | 2008-06-04 | 1 | -1/+1 |
* | Dependencies move to ActiveSupport::Dependencies missed a few spots | David Heinemeier Hansson | 2008-06-03 | 1 | -7/+7 |
* | Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [... | David Heinemeier Hansson | 2008-06-03 | 1 | -1/+1 |
* | Fixed initializer tests by stubbing out gems dependencies check. | Joshua Peek | 2008-06-02 | 1 | -4/+7 |
* | Added Rack middleware to handle static files. | Joshua Peek | 2008-06-01 | 1 | -0/+1 |
* | Consolidate error messages for missing gems, and skip them when running rake ... | rick | 2008-05-31 | 1 | -12/+31 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -23/+23 |
* | Add Rails.version. [#236 state:resolved] | Ryan Bates | 2008-05-22 | 1 | -0/+4 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -3/+5 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -2/+2 |
* | Made the location of the routes file configurable with config.routes_configur... | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+10 |
* | Prevent AssetTagHelper from crashing if RAILS_ROOT is not defined. Fixes comp... | Hongli Lai (Phusion | 2008-05-01 | 1 | -2/+6 |
* | run prepare callbacks after after_initialize blocks so config.to_prepare actu... | Jeremy Kemper | 2008-04-28 | 1 | -3/+3 |
* | Be friendlier when upgrading apps with an old boot.rb. | John Barnette | 2008-04-28 | 1 | -0/+4 |
* | Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr... | Pratik Naik | 2008-04-18 | 1 | -0/+9 |
* | Added Rails.public_path to control where HTML and assets are expected to be l... | David Heinemeier Hansson | 2008-04-13 | 1 | -0/+8 |
* | Don't require rails/gem_builder during rails initialization, it's only needed... | Rick Olson | 2008-04-08 | 1 | -1/+0 |
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na... | Rick Olson | 2008-04-02 | 1 | -0/+1 |
* | Fix that config.to_prepare dependency error. Closes #10520 [akaspick, Pratik] | Pratik Naik | 2008-04-02 | 1 | -2/+4 |
* | spell check | Rick Olson | 2008-04-01 | 1 | -1/+1 |
* | Add config.active_support for future configuration options. Also, add more n... | Rick Olson | 2008-04-01 | 1 | -0/+7 |
* | Use class << self | David Heinemeier Hansson | 2008-04-01 | 1 | -18/+20 |
* | Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*... | Pratik Naik | 2008-04-01 | 1 | -0/+16 |
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 1 | -0/+16 |
* | whoops, typo in the CHANGELOG | Rick Olson | 2008-03-30 | 1 | -1/+1 |
* | Small tweak to allow plugins to specify gem dependencies. [rick] | Rick Olson | 2008-03-30 | 1 | -0/+5 |
* | Added config.gem for specifying which gems are required by the application, a... | Rick Olson | 2008-03-30 | 1 | -2/+43 |
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 1 | -1/+1 |
* | Rails::Initializer#initialize_time_zone raises an error if value assigned to ... | Geoff Buesing | 2008-03-28 | 1 | -1/+7 |
* | Stop adding the antiquated test/mocks/* directories and only add them to the ... | David Heinemeier Hansson | 2008-03-27 | 1 | -1/+4 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 1 | -1/+24 |
* | Fixed that script/generate would not look for plugin generators in plugin_pat... | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+11 |
* | Applied the faster squish version (closes #11123) [jordi] | David Heinemeier Hansson | 2008-03-13 | 1 | -1/+1 |
* | Add Time Zone support to ActiveRecord, and config.time_zone property for spec... | Rick Olson | 2008-02-06 | 1 | -0/+16 |
* | ensure that the after_initialize hooks are run after the application initiali... | Rick Olson | 2008-02-03 | 1 | -2/+2 |
* | Reshuffle load order so that routes and observers are initialized after plugi... | Rick Olson | 2008-02-02 | 1 | -6/+6 |
* | Use non-blocking writing if available. Closes #10794 [lifofifo] | Michael Koziarski | 2008-01-13 | 1 | -1/+4 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -30/+33 |
* | Ruby 1.9 compat: initializer only sets kcode for Ruby < 1.9 | Jeremy Kemper | 2007-12-22 | 1 | -4/+8 |