aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Revert table_name= needs connection now, so just stub table_namekennyj2012-03-071-1/+1
* Add config.middleware.api_only!Carlos Antonio da Silva and Santiago Pastorino2012-03-051-0/+30
* Now all the models need to explicitly declare the accessible attributesRafael Mendonça França2012-03-041-0/+1
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-042-1/+10
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-051-0/+10
* Fix tests, table_name= needs connection now, so just stub table_namePiotr Sarnacki2012-03-041-1/+1
* Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)Piotr Sarnacki2012-03-032-1/+14
* put and patch both are allowed for updateArun Agrawal2012-02-251-1/+7
* fixes a test: rake routes now includes PATCH for resourcesXavier Noria2012-02-241-0/+1
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-242-9/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-222-2/+50
* Correctly print names of non-timestamped migrations with db:migrate:statusPeter Mitchell2012-02-171-1/+49
* Fix tests, Rails.env may be different on CIPiotr Sarnacki2012-02-161-2/+5
* Refactor Rails::Console to make it easier to test and add tests for itPiotr Sarnacki2012-02-161-0/+84
* Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-02-051-10/+12
* Add convenience method to hide a generator from the available onesCarlos Antonio da Silva2012-02-032-1/+16
* Remove the dependent_restrict_raises configuration if activerecord isRafael Mendonça França2012-02-012-2/+1
* Fix GH #4737. Missing helper file (LoadError) in mountable plugin.kennyj2012-02-021-7/+8
* Don't run bundle install when passed with --pretend optionkennyj2012-02-011-0/+5
* Only add ActiveRecord configuration if it is presentRafael Mendonça França2012-01-311-0/+1
* Merge pull request #4727 from railsaholic/dependent_restrict_should_add_errorJon Leighton2012-01-311-0/+5
|\
| * has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-0/+5
* | fix assets testSergey Nartimov2012-01-311-1/+1
|/
* fix a small typo [ci skip]Vijay Dev2012-01-271-1/+1
* Remove redundant instance_variables (@colorize_logging)kennyj2012-01-271-0/+5
* Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-3/+3
* Merge pull request #4497 from carlosantoniodasilva/action-controller-refactorJosé Valim2012-01-171-0/+8
|\
| * Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-0/+8
* | Deprecate RAILS_CACHE constant.kennyj2012-01-181-2/+2
|/
* Fix railties testsPiotr Sarnacki2012-01-151-4/+4
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-141-0/+14
* config.force_ssl should mark the session as secure.José Valim2012-01-131-0/+30
* Add therubyracer gem commented in default GemfileGuillermo Iguaran2012-01-121-4/+2
* Fix GH #3980. Support assets:cache:clean method to respect sprockets cache.kennyj2012-01-131-1/+13
* Remove dead codeSantiago Pastorino2012-01-101-4/+0
* Rails initialization with initialize_on_precompile = false should set assets_dirSantiago Pastorino2012-01-101-0/+6
* Fix tests, ./ is not needed for relative entries in Gemfile in newest bundler...Piotr Sarnacki2012-01-071-2/+2
* Add Gemfile entry when creating a plugin in application's directoryPiotr Sarnacki2012-01-071-1/+32
* Merge pull request #4360 from rafaelfranca/patch-1Aaron Patterson2012-01-061-28/+0
|\
| * Test::Unit::Util::BacktraceFilter is never definedRafael Mendonça França2012-01-061-28/+0
* | require minitest rather than test/unitAaron Patterson2012-01-063-3/+3
|/
* use a regular expression for the number of passes. We only care thatAaron Patterson2012-01-061-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-0535-35/+36
* Merge pull request #4192 from mptre/masterJosé Valim2012-01-051-0/+9
|\
| * Align rake notes.Anton Lindqvist2011-12-261-0/+9
* | Rails::Plugin has goneSantiago Pastorino2012-01-038-305/+0
|/
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-0/+17
* Test::Unit::Util::BacktraceFilter not available in ruby19 test/unitVishnu Atrai2011-12-261-17/+0
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Use 1.9 hash syntax instead.José Valim2011-12-242-13/+13