aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-021-0/+3
* No more need rubygems here.Arun Agrawal2011-05-221-1/+0
* do not require ruby-debug automatically. please require it if you have decla...Aaron Patterson2010-11-191-6/+0
* Add missing ActiveModel::Validations requireGreg Campbell2010-08-121-1/+0
* should be able to run ActiveModel validations_test [#4933 state:resolved]Neeraj Singh2010-06-221-0/+1
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-0/+1
* ensure activemodel lib is setup correctlyJoshua Peek2010-02-281-0/+3
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-6/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+6
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-7/+1
* Autoload AMo test caseJoshua Peek2010-01-041-1/+0
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-4/+2
* Reorganize autoloads:Carlhuda2009-12-021-0/+1
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-7/+6
* Bundle AMoYehuda Katz2009-10-151-2/+7
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-2/+0
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-16/+1
* Add test sqlite3 db to .gitignorePratik Naik2009-03-201-4/+1
* Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-0/+38