aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.2.9.rc1Santiago Pastorino2012-10-291-2/+2
* Revert "Deprecate Paths::Path#children which is unused now"Rafael Mendonça França2012-10-291-1/+0
* Deprecate Paths::Path#children which is unused nowElia Schito2012-10-291-0/+1
* Respect children paths filter settingsElia Schito2012-10-281-6/+11
* Require ActionController::Railtie in the default middleware stack.Rafael Mendonça França2012-10-181-0/+2
* Backport 1a7049906ee6735bae058e9985a3806d08d9746bJeremy Kemper2012-10-061-3/+6
* Update supported ruby versions error message in ruby_version_check.rblihan2012-10-031-2/+2
* Merge pull request #6450 from iHiD/resource_generator_routes_masterRafael Mendonça França2012-10-011-4/+41
* Tune up Rails::Rack::Logger. Only put space between requests in development l...Jeremy Kemper2012-09-271-14/+23
* Log newlines separately to ensure the 'Started GET ...' line has a tag on the...Jeremy Kemper2012-09-271-1/+2
* Only apply log tags if the logger supports itJeremy Kemper2012-09-271-1/+1
* We need to have 1-0-stable for joureny gem in edgeArun Agrawal2012-08-241-2/+2
* Bump to 3.2.8Santiago Pastorino2012-08-091-1/+1
* Bump to 3.2.8.rc2Santiago Pastorino2012-08-031-1/+1
* Use `:data => { :confirm => "Text" }` syntax instead of `:confirm` atRafael Mendonça França2012-08-021-1/+1
* Bump to 3.2.8.rc1Santiago Pastorino2012-08-011-2/+2
* Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...Rafael Mendonça França2012-08-011-1/+1
* Merge pull request #7070 from jmazzi/3-2-stableRafael Mendonça França2012-08-011-3/+6
|\
| * Update documentation for Rails::Application#env_configJustin Mazzi2012-07-161-3/+6
* | Merge pull request #7147 from pferdefleisch/scaffold_controller_docsRafael Mendonça França2012-07-311-4/+3
* | Backport #6995 to 3-2 stableFrancesco Rodriguez2012-07-281-2/+2
* | bumping to 3.2.7Aaron Patterson2012-07-261-1/+1
* | updating the versionAaron Patterson2012-07-231-2/+2
|/
* Use strict_args_position! if available from ThorJosé Valim2012-06-181-0/+1
* bumping version numbersAaron Patterson2012-06-111-1/+1
* Merge pull request #6690 from suginoy/fix-templates-copyRafael Mendonça França2012-06-111-1/+1
* Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-081-0/+2
* We should not include engine.rake file into rakeArun Agrawal2012-06-081-1/+1
* Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-06-051-1/+1
* remove unneeded blank line from !namespeced? controller generatorsAkira Matsuda2012-06-012-2/+2
* bumping to 3.2.5Aaron Patterson2012-05-311-1/+1
* Merge branch '3-2-rel' into 3-2-stableAaron Patterson2012-05-311-1/+1
|\
| * bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
* | Merge branch '3-2-stable-sec' into 3-2-stableAaron Patterson2012-05-311-2/+2
|\|
| * bumping to 3.2.4.rc1Aaron Patterson2012-05-281-2/+2
* | Changed symbol platform to platforms for the commented out call to gem 'theru...Martin O'Connor2012-05-301-1/+1
* | Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-05-281-2/+2
|/
* Fix railties_order when application object is passedPiotr Sarnacki2012-05-271-1/+1
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-222-2/+2
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-203-0/+12
* Changing the indentation level of the block comment close for SASS Brian Cardarella2012-05-151-1/+1
* Default escape_html_entities_in_json to true in new appsJosé Valim2012-05-141-2/+2
* Update railties/lib/rails/generators/rails/app/templates/config/application.rbEgor Homakov2012-05-141-0/+3
* Give more detailed instructions in script/rails in enginePiotr Sarnacki2012-05-041-0/+4
* Merge pull request #4528 from j-manu/log-tailer-fixAaron Patterson2012-04-271-3/+7
* Only include Rake::DSL if it's defined.Joe Van Dyk2012-04-211-1/+1
* Add hook for add_resource_routeSantiago Pastorino2012-04-183-7/+16
* Replace ruby-debug19 which doesnt work on 1.9.3 out of the box with a more ma...Aditya Sanghi2012-04-171-1/+1
* "rails new -h" shows message in rails directoryask2012-04-131-3/+7
* Fix code example in generator test casePrem Sichanugrist2012-04-121-2/+2