index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove deprecated set and original methods for table_name, primary_key, etc
Sergey Nartimov
2011-12-21
1
-161
/
+0
*
Removed test which works only < 1.9
Arun Agrawal
2011-12-21
1
-16
/
+0
*
No Ruby 1.8 stuff. No more checks in code.
Arun Agrawal
2011-12-21
1
-15
/
+0
*
remove more uses of deprecated loggers
Karunakar (Ruby)
2011-12-21
1
-2
/
+2
*
remove more uses of deprecated logger methods
Aaron Patterson
2011-12-19
1
-4
/
+2
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-0
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-2
/
+2
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-13
/
+0
*
Fix sequence name with abstract classes.
Edgars Beigarts
2011-12-04
1
-0
/
+10
*
Create method with known identifier then alias into place.
Jon Leighton
2011-12-01
1
-0
/
+2
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-21
/
+12
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-2
/
+26
*
Make sure the original_foo accessor still works (but deprecated) if we are us...
Jon Leighton
2011-11-29
1
-7
/
+55
*
Deprecate set_sequence_name in favour of self.sequence_name=
Jon Leighton
2011-11-29
1
-2
/
+6
*
Add tests for set_sequence_name etc
Jon Leighton
2011-11-29
1
-0
/
+22
*
Deprecate set_inheritance_column in favour of self.inheritance_column=
Jon Leighton
2011-11-29
1
-2
/
+7
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-7
/
+20
*
Merge pull request #3636 from joshsusser/master
Jon Leighton
2011-11-29
1
-0
/
+9
|
\
|
*
use GeneratedFeatureMethods module for associations
Josh Susser
2011-11-27
1
-0
/
+9
*
|
`ActiveRecord::Base#becomes` should retain the errors of the original object.
James Adam
2011-11-16
1
-0
/
+8
|
/
*
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
Jon Leighton
2011-11-05
1
-0
/
+6
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-0
/
+4
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-4
/
+0
*
Rename first_or_new to first_or_initialize.
Jon Leighton
2011-09-13
1
-10
/
+2
*
Add missing require in base_test.rb, fixes isolated test
Guillermo Iguaran
2011-09-09
1
-0
/
+1
*
Merge pull request #2757 from andmej/first_or_create_pull_request
Jon Leighton
2011-09-08
1
-0
/
+31
|
\
|
*
Adding first_or_create, first_or_create!, first_or_new and first_or_build to ...
Andrés Mejía
2011-08-30
1
-0
/
+31
*
|
Disable active record marshalling tests on Ruby 1.8.7 on Travis CI, as they h...
Jon Leighton
2011-09-06
1
-0
/
+15
*
|
Need to add here to pass the test
Arun Agrawal
2011-09-03
1
-0
/
+1
|
/
*
Merge pull request #2750 from rsim/fix_test_column_names_are_escaped_for_oracle
Jon Leighton
2011-08-30
1
-1
/
+7
*
do not compute table names for abstract classes
Akira Matsuda
2011-08-24
1
-0
/
+4
*
prevent sql injection attacks by escaping quotes in column names
Aaron Patterson
2011-08-16
1
-0
/
+17
*
Work around for lolruby bug. (Read on for explanation.)
Jon Leighton
2011-08-13
1
-3
/
+8
*
Fully marshal AR::Base objects. Fixes #2431.
Jon Leighton
2011-08-08
1
-0
/
+13
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-19
/
+0
*
remove deprication warning: ambiguous first argument; put parentheses or even...
Vishnu Atrai
2011-07-26
1
-1
/
+1
*
Revert "allow select to have multiple arguments"
Piotr Sarnacki
2011-07-26
1
-5
/
+0
*
allow select to have multiple arguments
Sławosz Sławiński
2011-07-26
1
-0
/
+5
*
use existing model for testing Base.create with #after_initialize
Gabriel Horner
2011-07-24
1
-9
/
+7
*
simplify and be more explicit about create and after_initialize tests
Gabriel Horner
2011-07-24
1
-18
/
+10
*
fix after_initialize edge case (close #2074 and close #2175)
Les Fletcher
2011-07-24
1
-0
/
+23
*
Merge pull request #2086 from amatsuda/date_multiparameter_nil
Xavier Noria
2011-07-23
1
-24
/
+9
|
\
|
*
convert multiple Date parameters into a nil if any of its bits were blank
Akira Matsuda
2011-07-15
1
-24
/
+9
*
|
bigdecimal should be typecast to a float on sqlite3. fixes #2162
Aaron Patterson
2011-07-20
1
-0
/
+11
|
/
*
Fix and unit test for https://github.com/rails/rails/issues/2059
Evan Light
2011-07-14
1
-2
/
+27
*
ActiveRecord::Base should pass ActiveModel::Lint.
Grant Hutchins & Peter Jaros
2011-07-08
1
-0
/
+10
*
comparing different classes returns nil
Damien Mathieu
2011-06-26
1
-0
/
+6
*
allow comparison on model objects - Closes #1858
Damien Mathieu
2011-06-26
1
-0
/
+7
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
[prev]
[next]