| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added config.threadsafe! to toggle allow concurrency settings and disable the... | Joshua Peek | 2008-08-04 | 1 | -0/+2 |
* | Turn cache_classes on by default [#645 state:resolved] | Joshua Peek | 2008-07-31 | 1 | -0/+2 |
* | Added configurable eager load paths. Defaults to app/models, app/controllers,... | Joshua Peek | 2008-07-21 | 1 | -0/+2 |
* | Introduce simple internationalization support | Jeremy Kemper | 2008-07-17 | 1 | -0/+2 |
* | Make script/plugin install <plugin> -r <revision> option work with git based ... | Tim Pope | 2008-07-14 | 1 | -0/+5 |
* | Added Rails.initialized? flag | Joshua Peek | 2008-07-02 | 1 | -0/+2 |
* | Make rake test:uncommitted work with Git. | Tim Pope | 2008-07-02 | 1 | -0/+2 |
* | Added Thin support to script/server. [#488 state:resolved] | Bob Klosinski | 2008-06-25 | 1 | -0/+2 |
* | Allow script/about to run in production mode instead of failing with a crypti... | Cheah Chu Yeow | 2008-06-23 | 1 | -0/+2 |
* | fix merge | rick | 2008-06-19 | 1 | -0/+2 |
|\ |
|
| * | Changed all generated tests to use the test/do declaration style [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+2 |
* | | Add the gem load paths before the framework is loaded, so certain gems like R... | rick | 2008-06-08 | 1 | -0/+2 |
* | | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 1 | -0/+4 |
|/ |
|
* | Renamed StringQuestioneer to StringInquirer. | Joshua Peek | 2008-06-04 | 1 | -1/+1 |
* | Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [... | David Heinemeier Hansson | 2008-06-03 | 1 | -0/+2 |
* | Fixed that RailsInfoController wasnt considering all requests local in develo... | David Heinemeier Hansson | 2008-06-02 | 1 | -0/+5 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -7/+1 |
* | Consolidate error messages for missing gems, and skip them when running rake ... | rick | 2008-05-31 | 1 | -0/+2 |
* | fix Gem installation command with versions | rick | 2008-05-31 | 1 | -0/+4 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Add script/dbconsole to app generator | Jeremy Kemper | 2008-05-07 | 1 | -0/+2 |
* | Fix bug where plugin init.rb files from frozen gem specs weren't being run. ... | rick | 2008-05-06 | 1 | -0/+2 |
* | Made the location of the routes file configurable with config.routes_configur... | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+2 |
* | Rails Edge info returns the latest git commit hash [#36 state:resolved] | Francesc Esplugas | 2008-04-22 | 1 | -0/+2 |
* | Added Rails.public_path to control where HTML and assets are expected to be l... | David Heinemeier Hansson | 2008-04-13 | 1 | -0/+2 |
* | rake time:zones:local finds correct base utc offset for zones in the Southern... | Geoffrey Buesing | 2008-04-12 | 1 | -0/+2 |
* | Don't require rails/gem_builder during rails initialization, it's only needed... | Rick Olson | 2008-04-08 | 1 | -0/+2 |
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes... | Josh Peek | 2008-04-07 | 1 | -0/+2 |
* | missed an added file | Rick Olson | 2008-04-02 | 1 | -1/+1 |
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na... | Rick Olson | 2008-04-02 | 1 | -0/+8 |
* | Add config.active_support for future configuration options. Also, add more n... | Rick Olson | 2008-04-01 | 1 | -0/+2 |
* | Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*... | Pratik Naik | 2008-04-01 | 1 | -0/+2 |
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 1 | -0/+15 |
* | whoops, typo in the CHANGELOG | Rick Olson | 2008-03-30 | 1 | -3/+3 |
* | Small tweak to allow plugins to specify gem dependencies. [rick] | Rick Olson | 2008-03-30 | 1 | -0/+15 |
* | Added config.gem for specifying which gems are required by the application, a... | Rick Olson | 2008-03-30 | 1 | -0/+17 |
* | Removed the default .htaccess configuration as there are so many good deploym... | David Heinemeier Hansson | 2008-03-29 | 1 | -0/+2 |
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
* | Rails::Initializer#initialize_time_zone raises an error if value assigned to ... | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
* | Stop adding the antiquated test/mocks/* directories and only add them to the ... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+2 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+2 |
* | Added Plugin#about method to programmatically access the about.yml in a plugi... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+6 |
* | New applications should use UTC as the default time zone | David Heinemeier Hansson | 2008-03-26 | 1 | -6/+6 |
* | Improve documentation. | Pratik Naik | 2008-03-26 | 1 | -0/+2 |
* | Added config.time_zone = 'UTC' as a commented-out option in the default envir... | Geoff Buesing | 2008-03-22 | 1 | -0/+2 |
* | Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find... | Geoff Buesing | 2008-03-22 | 1 | -0/+2 |
* | Added support for installing plugins hosted at git repositories (closes #1129... | David Heinemeier Hansson | 2008-03-17 | 1 | -0/+2 |
* | Fixed that script/generate would not look for plugin generators in plugin_pat... | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+2 |
* | Fix database rake tasks to work with charset/collation and show proper error ... | Pratik Naik | 2008-03-10 | 1 | -0/+2 |
* | Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo... | Michael Koziarski | 2008-02-21 | 1 | -0/+2 |