aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-132-2/+11
* Fixed problem when fixture_path is not always defined (incidentally, only whe...Philip Arndt2012-03-131-1/+3
* Fixes issue #5193 using the instructions provided in the issue.Philip Arndt2012-03-131-0/+3
* Fix typo in isolated engine docsCaius Durling2012-03-091-1/+1
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-1/+1
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-051-1/+1
* bumping to 3.2.2Aaron Patterson2012-03-011-1/+1
* updating RAILS_VERSIONAaron Patterson2012-02-221-2/+2
* Fix that failed tests should exit with a nonzero error code.Jeremy Kemper2012-02-102-31/+17
* always flush all logs. fixes #4277Aaron Patterson2012-02-071-1/+1
* --edge option should generate app with rails 3-2-stableGuillermo Iguaran2012-02-071-1/+1
* Add branch to sass-rails and coffee-rails for apps generated with --dev or --...Guillermo Iguaran2012-02-061-2/+2
* Fix GH #4749. Remove branch options, because edge is not 3-2-stable.kennyj2012-02-011-2/+2
* clarification to prevent confusing newbies; Passenger/Unicorn are app servers...Michael de Silva2012-01-311-1/+1
* updating RAILS_VERSIONXavier Noria2012-01-261-1/+1
* Merge pull request #4601 from carlosantoniodasilva/patch-1José Valim2012-01-231-0/+1
|\
| * Add missing require to Array#wrap in generators action methodsCarlos Antonio da Silva2012-01-221-0/+1
* | Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-2/+2
|/
* Fix `$rails_rake_task` global variable warning without replacing the value of...Jonathan Viney2012-01-221-2/+1
* Preparing for 3.2.0 releaseDavid Heinemeier Hansson2012-01-201-1/+1
* Silent Sprockets logger when config.assets.logger is set to falseGuillermo Iguaran2012-01-181-0/+1
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-151-1/+1