aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-021-4/+17
* Merge branch '3-2-3' into 3-2-stableSantiago Pastorino2012-03-301-1/+1
|\
| * Bump up to 3.2.3Santiago Pastorino2012-03-301-1/+1
| * Bumping to 3.2.3.rc2Santiago Pastorino2012-03-291-1/+1
| * fix incorrect url in the deprecation message for vendor/plugins [ci skip]Vijay Dev2012-03-291-1/+1
* | fix incorrect url in the deprecation message for vendor/plugins [ci skip]Vijay Dev2012-03-291-1/+1
* | Changed the config.assets.manifest to nil in the comments in the production c...Anuj Dutta2012-03-281-1/+1
* | adding a branch to arelAaron Patterson2012-03-271-2/+2
|/
* Bumping to 3.2.3.rc1Santiago Pastorino2012-03-271-2/+2
* chdir before globbing so that we don't need to escape directory names.Aaron Patterson2012-03-231-1/+30
* Rubyracer does not work on ruby, so add it to Gemfile with :ruby platform onlyPiotr Sarnacki2012-03-171-1/+1
* Check for existence of exactly the called `fixture_path=` methodPiotr Sarnacki2012-03-151-2/+2
* Use Ruby 1.8 hash syntaxRafael Mendonça França2012-03-131-1/+1
* Use the attributes hash explicitlyRafael Mendonça França2012-03-132-6/+18