aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Update coding convention from masterPrem Sichanugrist2012-07-091-8/+8
* Since Rails 3.2, use layout false to render no layoutJosé Valim2012-07-061-1/+1
* Use strict_args_position! if available from ThorJosé Valim2012-06-181-0/+1
* updating changelogsAaron Patterson2012-06-121-1/+1
* bumping version numbersAaron Patterson2012-06-111-1/+1
* updating changelogsAaron Patterson2012-06-111-0/+4
* Merge pull request #6690 from suginoy/fix-templates-copyRafael Mendonça França2012-06-112-1/+13
* Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-082-0/+10
* Merge pull request #6678 from arunagw/fix_issue_6673Rafael Mendonça França2012-06-082-1/+9
|\
| * We should not include engine.rake file into rakeArun Agrawal2012-06-082-1/+9
* | Removed protected as we already doing it above. Arun Agrawal2012-06-081-2/+0
|/
* Revert "fix the Flash middleware loading the session on every request (very d...Rafael Mendonça França2012-06-051-20/+0
* 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-312-2/+2
|\
| * bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
| * updating changelogsAaron 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-302-2/+2
* | Remove irrelevant assertionOscar Del Ben2012-05-291-7/+0
* | Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-05-282-7/+18
|/
* Fix railties_order when application object is passedPiotr Sarnacki2012-05-272-1/+5
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-223-4/+4
* More info on commit messages in contributing guidePiotr Sarnacki2012-05-211-1/+33
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-204-5/+24
* 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
* :foreign_key option should be on has_many side of associationMikhail Dieterle2012-05-131-2/+2
* Update 'getting started' guides for new whitelist security implementation. Cl...Erich Menge2012-05-121-1/+16
* Give more detailed instructions in script/rails in enginePiotr Sarnacki2012-05-041-0/+4
* improvements in "caching_with_rails" guide - backported from docrailskucaahbe2012-05-041-8/+10
* Added test for assets:precompile for index filesDmitry Vorotilin2012-05-011-0/+9
* Failing test for #6034Piotr Sarnacki2012-04-301-0/+20
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-1/+1
* Allow Thor 0.15 and 1.0, to be released shortlytomhuda2012-04-281-1/+5
* Merge pull request #4528 from j-manu/log-tailer-fixAaron Patterson2012-04-271-3/+7
* Merge pull request #5919 from joevandyk/rake-dsl-fixJeremy Kemper2012-04-231-1/+1
|\
| * Only include Rake::DSL if it's defined.Joe Van Dyk2012-04-211-1/+1
* | Updated other README to point 3-2-stableArun Agrawal2012-04-231-1/+1
|/
* Add hook for add_resource_routeSantiago Pastorino2012-04-184-7/+21
* Replace ruby-debug19 which doesnt work on 1.9.3 out of the box with a more ma...Aditya Sanghi2012-04-174-5/+5
* "rails new -h" shows message in rails directoryask2012-04-132-3/+17
* Fix code example in generator test casePrem Sichanugrist2012-04-121-2/+2
* rewords the section about default_url_options in the Action Controller Overvi...Xavier Noria2012-04-091-3/+4
* Merge pull request #5784 from rafaelfranca/default_url-3-2Santiago Pastorino2012-04-081-2/+2
|\
| * Document that default_url_options must return a hash with symbolizedRafael Mendonça França2012-04-091-0/+1
| * default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-2/+1