aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2750 from rsim/fix_test_column_names_are_escaped_for_oracleJon Leighton2011-08-301-1/+7
* do not compute table names for abstract classesAkira Matsuda2011-08-241-0/+4
* prevent sql injection attacks by escaping quotes in column namesAaron Patterson2011-08-161-0/+17
* Work around for lolruby bug. (Read on for explanation.)Jon Leighton2011-08-131-3/+8
* Fully marshal AR::Base objects. Fixes #2431.Jon Leighton2011-08-081-0/+13
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-19/+0
* remove deprication warning: ambiguous first argument; put parentheses or even...Vishnu Atrai2011-07-261-1/+1
* Revert "allow select to have multiple arguments"Piotr Sarnacki2011-07-261-5/+0
* allow select to have multiple argumentsSławosz Sławiński2011-07-261-0/+5
* use existing model for testing Base.create with #after_initializeGabriel Horner2011-07-241-9/+7
* simplify and be more explicit about create and after_initialize testsGabriel Horner2011-07-241-18/+10
* fix after_initialize edge case (close #2074 and close #2175)Les Fletcher2011-07-241-0/+23
* Merge pull request #2086 from amatsuda/date_multiparameter_nilXavier Noria2011-07-231-24/+9
|\
| * convert multiple Date parameters into a nil if any of its bits were blankAkira Matsuda2011-07-151-24/+9
* | bigdecimal should be typecast to a float on sqlite3. fixes #2162Aaron Patterson2011-07-201-0/+11
|/
* Fix and unit test for https://github.com/rails/rails/issues/2059Evan Light2011-07-141-2/+27
* ActiveRecord::Base should pass ActiveModel::Lint.Grant Hutchins & Peter Jaros2011-07-081-0/+10
* comparing different classes returns nilDamien Mathieu2011-06-261-0/+6
* allow comparison on model objects - Closes #1858Damien Mathieu2011-06-261-0/+7
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Raise NameError instead of ArgumentError in ActiveSupport::DependenciesAndrew White2011-06-011-0/+7
* removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-7/+0
* Allow pluralize_table_names for individual modelGuillermo Iguaran2011-05-201-0/+9
* Add ActiveRecord::attribute_names to retrieve a list of attribute names. This...Prem Sichanugrist2011-05-151-0/+13
* Fix assigning protected attributes by attributes=knapo2011-05-111-2/+7
* minor cleaningVishnu Atrai2011-05-101-1/+1
* Multiparameter POLA, time_select fixes. See LH4346Aditya Sanghi2011-05-051-0/+135
* deprecated the use of the guard_protected_attributes argument with attributes...Josh Kalderimis2011-04-251-0/+6
* Added assign_attributes to Active Record which accepts a mass-assignment secu...Josh Kalderimis2011-04-241-1/+1
* Bypass IdentityMap in PostgreSQL geometric tests.Jason Weathered2011-04-171-2/+2
* Evaluate default scopes at the last possible moment in order to avoid problem...Jon Leighton2011-04-121-10/+2
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-4/+8
* Use IM when trying to load records using ID.Emilio Tagua2011-04-041-5/+5
* Added new #update_column method.Sebastian Martinez2011-03-271-1/+1
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-1/+1
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-1/+1
* Allow to read and write AR attributes with non valid identifiersSantiago Pastorino2011-03-221-0/+12
* Active Record typos.R.T. Lechow2011-03-051-2/+2
* use an attribute rather than a SQL literalAaron Patterson2011-02-261-0/+1
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-6/+0
* rawr, mysql, mysql2, why do you hate me. :'(Aaron Patterson2011-02-091-2/+4
* use parenthesis so limit works on all dbsAaron Patterson2011-02-091-6/+4
* Allow limit values to accept an ARel SQL literal.Ken Collins2011-02-091-2/+8
* comma limits do not make sense on oracle or pgAaron Patterson2011-02-081-3/+5
* primary keys should not be cleared on cache clear, fixing oracle testsAaron Patterson2011-02-081-0/+5
* limit() should sanitize limit valuesAaron Patterson2011-02-081-0/+34
* make set_table_name take effect immediatelyJan2011-02-081-0/+11
* allow AR caches to be cleared, clear them on class reloadingAaron Patterson2011-02-031-0/+8
* Make serialized columns with explicit object_type return a new instance of th...Guillermo Álvarez2011-02-031-0/+19