Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing doc updates | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+2 |
| | |||||
* | Added config.threadsafe! to toggle allow concurrency settings and disable ↵ | Joshua Peek | 2008-08-04 | 1 | -0/+2 |
| | | | | the dependency loader | ||||
* | 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, ↵ | Joshua Peek | 2008-07-21 | 1 | -0/+2 |
| | | | | app/controllers, and app/helpers | ||||
* | 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 |
| | | | | | | plugins. [#257 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 |
| | | | | | | Note : rake test:uncommitted is considering only unstaged files. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 ↵ | Cheah Chu Yeow | 2008-06-23 | 1 | -0/+2 |
| | | | | | | cryptic const_missing error. [#370 state:resolved] | ||||
* | 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 ↵ | rick | 2008-06-08 | 1 | -0/+2 |
| | | | | | | | | RedCloth and BlueCloth can be frozen. [#320 state:resolved] | ||||
* | | 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 |
| | | | | [DHH] | ||||
* | Fixed that RailsInfoController wasnt considering all requests local in ↵ | David Heinemeier Hansson | 2008-06-02 | 1 | -0/+5 |
| | | | | development mode (Edgard Castro) [#310 state:resolved] | ||||
* | 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 |
| | | | | gems:* tasks. [rick] | ||||
* | 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 |
| | | | | (pjb3) [#122 state:resolved] | ||||
* | Made the location of the routes file configurable with ↵ | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+2 |
| | | | | config.routes_configuration_file (Scott Fleckenstein) [#88 state:resolved] | ||||
* | Rails Edge info returns the latest git commit hash [#36 state:resolved] | Francesc Esplugas | 2008-04-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Added Rails.public_path to control where HTML and assets are expected to be ↵ | David Heinemeier Hansson | 2008-04-13 | 1 | -0/+2 |
| | | | | loaded from (defaults to Rails.root + "/public") #11581 [nicksieger] | ||||
* | rake time:zones:local finds correct base utc offset for zones in the ↵ | Geoffrey Buesing | 2008-04-12 | 1 | -0/+2 |
| | | | | Southern Hemisphere | ||||
* | Don't require rails/gem_builder during rails initialization, it's only ↵ | Rick Olson | 2008-04-08 | 1 | -0/+2 |
| | | | | | | needed for the gems:build task. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. ↵ | Josh Peek | 2008-04-07 | 1 | -0/+2 |
| | | | | | | Closes #9176. [Catfish] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9236 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | missed an added file | Rick Olson | 2008-04-02 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for ↵ | Rick Olson | 2008-04-02 | 1 | -0/+8 |
| | | | | | | native extensions. Closes #11513 [ddollar] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9215 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add config.active_support for future configuration options. Also, add more ↵ | Rick Olson | 2008-04-01 | 1 | -0/+2 |
| | | | | | | new Rails 3 config settings to new_rails_defaults.rb [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9204 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for ↵ | Pratik Naik | 2008-04-01 | 1 | -0/+2 |
| | | | | | | RAILS_* constants git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9180 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 1 | -0/+15 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9167 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | whoops, typo in the CHANGELOG | Rick Olson | 2008-03-30 | 1 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9148 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Small tweak to allow plugins to specify gem dependencies. [rick] | Rick Olson | 2008-03-30 | 1 | -0/+15 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9141 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added config.gem for specifying which gems are required by the application, ↵ | Rick Olson | 2008-03-30 | 1 | -0/+17 |
| | | | | | | as well as rake tasks for installing and freezing gems. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9140 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Removed the default .htaccess configuration as there are so many good ↵ | David Heinemeier Hansson | 2008-03-29 | 1 | -0/+2 |
| | | | | | | deployment options now (kept it as an example in README) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9108 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Rails::Initializer#initialize_time_zone raises an error if value assigned to ↵ | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
| | | | | | | config.time_zone is not recognized. Rake time zone tasks only require ActiveSupport instead of entire environment git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9104 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Stop adding the antiquated test/mocks/* directories and only add them to the ↵ | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+2 |
| | | | | | | path if theyre still there for legacy reasons [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9102 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added that gems can now be plugins if they include rails/init.rb (closes ↵ | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+2 |
| | | | | | | #11444) [jbarnette] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9101 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added Plugin#about method to programmatically access the about.yml in a ↵ | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+6 |
| | | | | | | plugin (closes #10979) [lazyatom] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9098 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | New applications should use UTC as the default time zone | David Heinemeier Hansson | 2008-03-26 | 1 | -6/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Improve documentation. | Pratik Naik | 2008-03-26 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9093 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added config.time_zone = 'UTC' as a commented-out option in the default ↵ | Geoff Buesing | 2008-03-22 | 1 | -0/+2 |
| | | | | | | environment.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9076 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Adding rake tasks time:zones:all, time:zones:us and time:zones:local for ↵ | Geoff Buesing | 2008-03-22 | 1 | -0/+2 |
| | | | | | | finding time zone names for config.time_zone option git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added support for installing plugins hosted at git repositories (closes ↵ | David Heinemeier Hansson | 2008-03-17 | 1 | -0/+2 |
| | | | | | | #11294) [danger] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9049 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that script/generate would not look for plugin generators in ↵ | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+2 |
| | | | | | | plugin_paths (closes #11000) [glv] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9017 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix database rake tasks to work with charset/collation and show proper error ↵ | Pratik Naik | 2008-03-10 | 1 | -0/+2 |
| | | | | | | messages on failure. Closes #11301 [matt] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9004 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |