aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add quotes to Numeric Passwords to force string(jdbcmysql)"Vijay Dev2012-12-151-2/+0
* Revert "Add quotes to Numeric Passwords to force string(jdbcpostgresql)"Vijay Dev2012-12-151-2/+0
* Revert "Add quotes to Numeric Passwords to force string(MySql)"Vijay Dev2012-12-151-2/+0
* Revert "Add quotes to Numeric Passwords to force string(Postgres)"Vijay Dev2012-12-151-2/+0
* Change method is default since rails 3.1 [ci skip]Gaurish Sharma2012-12-141-8/+1
* Update railties/lib/rails/info_controller.rbRichard Schneeman2012-12-101-1/+1
* Add quotes to Numeric Passwords to force string(sqlserver)Gaurish Sharma2012-12-101-0/+2
* Add quotes to Numeric Passwords to force string(jdbcmysql)Gaurish Sharma2012-12-101-0/+2
* Add quotes to Numeric Passwords to force string(jdbcpostgresql)Gaurish Sharma2012-12-101-0/+2
* Add quotes to Numeric Passwords to force string(MySql)Gaurish Sharma2012-12-101-0/+2
* Add quotes to Numeric Passwords to force string(Postgres)Gaurish Sharma2012-12-101-0/+2
* Fix scaffold controller generator testsCarlos Antonio da Silva2012-12-081-8/+6
* Merge pull request #8461 from frodsan/fix_assert_method_generatorsCarlos Antonio da Silva2012-12-081-1/+1
|\
| * Fix #assert_instance_method to also assert indented methodsFrancesco Rodriguez2012-12-081-1/+1
* | Merge pull request #8395 from bmaland/attr_accessorsCarlos Antonio da Silva2012-12-081-23/+1
|\ \
| * | Use attr_accessor for Rails.{application,cache,logger}Bjørn Arild Mæland2012-12-011-23/+1
* | | fix scaffold controller generator testsFrancesco Rodriguez2012-12-071-16/+12
* | | use :only instead of :except callback option in the controller templateFrancesco Rodriguez2012-12-071-3/+2
| |/ |/|
* | Let the scaffold example use the "set shared record" pattern to explain callb...David Heinemeier Hansson2012-12-071-6/+7
* | Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-23/+0
* | Stop shelling out more than necessaryCarlos Antonio da Silva2012-12-071-10/+10
* | Run rake tasks all at once in rake dbs test for a speed upCarlos Antonio da Silva2012-12-061-12/+6
* | Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-0/+23
* | Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-066-63/+63
* | Revert turbolinks load order requirementNick Reed2012-12-051-3/+1
* | Fix duplicated method nameCarlos Antonio da Silva2012-12-051-2/+1
* | Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-067-5/+67
* | Merge pull request #8404 from freegenie/filter_redirectsAndrew White2012-12-052-1/+4
|\ \
| * | Adding filter capability to ActionController logsFabrizio Regini2012-12-052-1/+4
* | | Replace comments' non-breaking spaces with spacesclaudiob2012-12-042-2/+2
|/ /
* | Track the default application.css/js files for turbolinks as per version 0.6.0David Heinemeier Hansson2012-12-041-2/+2
* | Locate `=require turbolinks` at the bottom of application.jsYasuharu Ozaki2012-12-041-1/+3
* | Fix wrong doc and message about rails profiler.kennyj2012-12-041-1/+1
* | Fix failing tests related to rake notesCarlos Antonio da Silva2012-12-031-2/+2
* | Merge pull request #8394 from acangiano/add_db_folder_to_annotationsRafael Mendonça França2012-12-013-1/+7
|\ \
| * | Add db to the list of default annotation foldersAntonio Cangiano2012-12-013-1/+7
| |/
* / Quote ~ in git config global excludes command.Matthew M. Boedicker2012-12-011-1/+1
|/
* Gemfile source url for plugins updatedAmparo Luna2012-11-291-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-2813-155/+4
* Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems"Rafael Mendonça França2012-11-272-2/+2
* default source in Gemfiles to :rubygems rather than hardcoding the URLAkira Matsuda2012-11-282-2/+2
* Unused variable warning removedRashmi Yadav2012-11-271-1/+0
* Refactor generators tests to include test helpers in the parent classCarlos Antonio da Silva2012-11-271-4/+3
* Initialize accessors to remove some warnings in Ruby 2.0Arun Agrawal2012-11-211-0/+2
* Better Error handling when parsing database.yamlGaurish Sharma2012-11-201-0/+4
* Merge pull request #8262 from senny/8229_correct_bundler_require_in_enginesRafael Mendonça França2012-11-192-3/+8
|\
| * require bundler groups to include rake-tasks in enginesYves Senn2012-11-182-1/+6
| * cleanup, remove whitspace from railties CHANGELOGYves Senn2012-11-181-2/+2
* | Refactor config abort message a bit for dbconsoleCarlos Antonio da Silva2012-11-182-8/+4
* | Fix rails db command with sqlite3 databaseCarlos Antonio da Silva2012-11-182-5/+13
|/