Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails layouts, error pages, and public/index now use HTML5. | Dan Croak | 2010-01-05 | 5 | -5/+0 |
| | | | | | | | | | | The specification allows the character encoding meta tag to be removed if character encoding is set at the transport level (Content-Type), which Rails is doing. http://dev.w3.org/html5/html4-differences/#character-encoding Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Fix --dev option | Carlhuda | 2010-01-04 | 1 | -1/+2 |
| | |||||
* | Autoload AS test case | Joshua Peek | 2010-01-04 | 2 | -7/+4 |
| | |||||
* | Merge | David Heinemeier Hansson | 2010-01-03 | 5 | -35/+286 |
|\ | |||||
| * | Move all generators tests to use new test case syntax. | José Valim | 2010-01-03 | 1 | -4/+19 |
| | | |||||
| * | Create Rails::Generators::TestCase. | José Valim | 2010-01-03 | 2 | -1/+225 |
| | | |||||
| * | Assert for valid application names. [#3556 status:resolved] | José Valim | 2010-01-03 | 1 | -2/+10 |
| | | |||||
| * | Use regexp in lookups instead of traversing namespaces. This removes the ↵ | José Valim | 2010-01-03 | 1 | -28/+32 |
| | | | | | | | | need of special cases. | ||||
| * | Doc fix | Yehuda Katz | 2010-01-02 | 1 | -1/+1 |
| | | |||||
| * | app_generator option should be skip_activerecord not no_activerecord | Steve Agalloco | 2010-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | (Thor actually accepts both, the patch was applied to improve readability) Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | Stop featuring ActiveSupport::TestCase.use_instantiated_fixtures and ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -25/+0 |
| | | | | | | | | ActiveSupport::TestCase.use_transactional_fixtures as likely-to-change settings in test/test_helper.rb -- they are not and their values are already set in test_help.rb [DHH] | ||||
* | | Describe intent, not implementation | David Heinemeier Hansson | 2010-01-03 | 1 | -3/+2 |
| | | |||||
* | | Removed config/initializers/new_rails_defaults.rb as all frameworks now ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -9/+0 |
| | | | | | | | | follow the settings from it [DHH] | ||||
* | | Changed the default ActiveSupport.use_standard_json_time_format from false ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -11/+1 |
| | | | | | | | | | | | | to true and ActiveSupport.escape_html_entities_in_json from true to false to match previously announced Rails 3 defaults [DHH] | ||||
* | | Time zoning should be turned on by default with UTC | David Heinemeier Hansson | 2010-01-03 | 1 | -4/+3 |
| | | |||||
* | | This comment has been true of all helpers for a long time | David Heinemeier Hansson | 2010-01-03 | 1 | -1/+0 |
| | | |||||
* | | Remove self-evident comment about how subclasses work | David Heinemeier Hansson | 2010-01-03 | 1 | -3/+0 |
| | | |||||
* | | Added that ActionController::Base now does helper :all instead of relying on ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -1/+0 |
|/ | | | | the default ApplicationController in Rails to do it [DHH] | ||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -8/+7 |
| | | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin | ||||
* | Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb | Carl Lerche | 2009-12-31 | 1 | -5/+4 |
| | |||||
* | Add a /rails.rb for each framework for consistency | Carl Lerche | 2009-12-31 | 1 | -2/+4 |
| | |||||
* | Fully remove config.frameworks in favor of requires in boot.rb | Carl Lerche | 2009-12-31 | 2 | -8/+9 |
| | |||||
* | Dont gitkeep things that are gitignored | David Heinemeier Hansson | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Added .gitkeep to empty directories and --skip-git to skip gitignore/gitkeep ↵ | David Heinemeier Hansson | 2009-12-31 | 1 | -6/+13 |
| | | | | files | ||||
* | Revert "Add default respond_to formats to ApplicationController." | Jeremy Kemper | 2009-12-29 | 1 | -1/+0 |
| | | | | | | (Needs consensus that these are appropriate defaults.) This reverts commit 66604b2e0e8d3aba25cab673c7a3d7831a68490c. | ||||
* | Add rails app --edge and rails app --dev | José Valim | 2009-12-29 | 2 | -8/+25 |
| | |||||
* | Add default respond_to formats to ApplicationController. | José Valim | 2009-12-29 | 1 | -0/+1 |
| | |||||
* | Added default .gitignore (this is just recognizing Git market share, don't ↵ | David Heinemeier Hansson | 2009-12-27 | 2 | -0/+4 |
| | | | | throw a hissy if you use another SCM) [DHH] | ||||
* | script/server should init Rails by loading config.ru | Joshua Peek | 2009-12-26 | 1 | -2/+4 |
| | | | | Fixes "Rails 3.0 doesn't fucking work" | ||||
* | The new routes shortform now also works for :as | David Heinemeier Hansson | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Shift more responsibility from application class to its singleton instance. ↵ | Jeremy Kemper | 2009-12-23 | 4 | -4/+4 |
| | | | | Treat instantiation and boot as separate steps. Use app.config rather than app.configuration. | ||||
* | Merge branch 'master' of github.com:rails/rails | Joshua Peek | 2009-12-21 | 10 | -108/+116 |
|\ | | | | | | | | | | | Conflicts: railties/test/initializer/initialize_i18n_test.rb railties/test/initializer/path_test.rb | ||||
| * | Blog -> Blog::Application. Leave the toplevel module up for grabs. | Jeremy Kemper | 2009-12-21 | 2 | -31/+33 |
| | | |||||
| * | Fix the documentation for root :to. It should use a fully qualified ↵ | David Heinemeier Hansson | 2009-12-21 | 1 | -1/+1 |
| | | | | | | | | controller#action syntax (Closes #3606) | ||||
| * | Dont need to specify password_confirmation, that happens automatically | David Heinemeier Hansson | 2009-12-21 | 1 | -1/+1 |
| | | |||||
| * | Replace reopening the class with App.configure as an alias to class_eval | Carlhuda | 2009-12-21 | 3 | -3/+3 |
| | | |||||
| * | test.rb, dev.rb, and production.rb just reopen the Application class; no ↵ | Carlhuda | 2009-12-21 | 6 | -75/+81 |
| | | | | | | | | more hax required | ||||
* | | Update routes.rb template to use App name | Joshua Peek | 2009-12-21 | 3 | -5/+5 |
|/ | |||||
* | Its cookie_verifier_secret | David Heinemeier Hansson | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2009-12-21 | 2 | -11/+7 |
|\ | |||||
| * | Turn filter_parameter_logging on by default for password and ↵ | David Heinemeier Hansson | 2009-12-20 | 1 | -5/+3 |
| | | | | | | | | password_confirmation and remove contentless comments | ||||
| * | Show the new short-form in an example | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
| | | |||||
| * | Mark the wild controller route as legacy an comment it out | David Heinemeier Hansson | 2009-12-20 | 1 | -5/+3 |
| | | |||||
* | | Added cookies.permanent, cookies.signed, and cookies.permanent.signed ↵ | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+7 |
|/ | | | | accessor for common cookie actions [DHH] | ||||
* | Models with no attributes should just have empty hash fixtures [Sam] (Closes ↵ | David Heinemeier Hansson | 2009-12-17 | 1 | -5/+9 |
| | | | | #3563) | ||||
* | Added alert/notice from 2-3-stable and refactored redirect_to into just ↵ | David Heinemeier Hansson | 2009-12-17 | 2 | -5/+3 |
| | | | | living in Redirector [DHH] | ||||
* | Fixed old routing mapper example in generated routes.rb | Joshua Peek | 2009-12-09 | 2 | -2/+2 |
| | |||||
* | Scaffolding generates new routing dsl examples | Joshua Peek | 2009-12-09 | 3 | -22/+39 |
| | |||||
* | Update vendored thor and ensure that content is completely modified before ↵ | José Valim | 2009-12-01 | 1 | -3/+3 |
| | | | | | | checking file collisions. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Expand path relative to __FILE__ | Jeremy Kemper | 2009-11-28 | 1 | -1/+1 |
| |