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
/
schema
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use...
Andrey Voronkov
2012-05-09
1
-0
/
+2
|
|
/
*
/
mispelling errors in render_text_test.rb and sqlite_specific_schema
angelo giovanni capilleri
2012-05-12
1
-1
/
+1
|
/
*
Modify test schema.rb to use a VARCHAR rather than a TEXT when a default is r...
Michael Pearson
2012-05-05
1
-1
/
+3
*
Duplicate column_defaults properly (closes #6115)
Piotr Sarnacki
2012-05-04
1
-0
/
+1
*
Create plpgsql language if not available
Prem Sichanugrist
2012-04-27
1
-21
/
+29
*
add use_returning as a postgresql connection config
Doug Cole
2012-03-31
1
-2
/
+27
*
whitespace :scissors:
Jon Leighton
2012-03-30
1
-1
/
+1
*
Merge pull request #5334 from courtland/master
Jon Leighton
2012-03-30
1
-0
/
+5
|
\
|
*
Tests for removing a HABTM association when optimistic locking is enabled.
Nick Rogers
2012-03-07
1
-0
/
+5
*
|
Nested attribute setters can be overridden.
Jonathan Mukai & Peter Jaros
2012-03-28
1
-0
/
+1
*
|
attributes are cached by string keys, so to_s to support symbols. fixes #5549
Aaron Patterson
2012-03-27
1
-0
/
+1
|
/
*
Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.
kennyj
2012-02-26
2
-3
/
+3
*
Merge pull request #5000 from flavorpill/master-with-multidb-association-fix
Aaron Patterson
2012-02-13
1
-0
/
+5
|
\
|
*
added test for #3732
Rick Martinez
2012-02-10
1
-0
/
+5
*
|
Merge branch 'joelhoffman-postgres_schema_builder' into instance_reader
Aaron Patterson
2012-02-10
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
don't test schema where hstore not installed
Joel
2012-02-08
1
-0
/
+2
|
*
schema dumper tests for hstore
Joel
2012-02-08
1
-1
/
+8
*
|
Made schema dumper recognize partial indices' where statements
Marcelo Silveira
2012-02-09
1
-0
/
+1
|
/
*
Allow store to be a not null column.
Jeremy Walker
2012-02-02
1
-1
/
+2
*
Merge pull request #4696 from rafaelfranca/issue-4653
Aaron Patterson
2012-01-26
1
-2
/
+0
*
Fix bug where reset_counters resets the wrong counter cache.
David Peter
2012-01-16
1
-0
/
+10
*
Merge branch 'master' of git://github.com/rails/rails
Dmitry Polushkin
2011-12-31
3
-1
/
+37
|
\
|
*
Test fixtures with custom model and table names
Alexey Muranov
2011-12-30
1
-0
/
+5
|
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-0
/
+1
|
*
Fixtures support for ActiveRecord::Model
Jon Leighton
2011-12-24
1
-0
/
+1
|
*
I herd you like modules.
Jon Leighton
2011-12-24
1
-0
/
+4
|
*
serialize fails on subclass
Alvaro Bautista
2011-12-23
1
-0
/
+2
|
*
Added ActiveRecord::Base.store for declaring simple single-column key/value s...
David Heinemeier Hansson
2011-10-13
1
-0
/
+1
|
*
Only use LOWER for mysql case insensitive uniqueness check when column has a ...
Joseph Palermo
2011-10-09
2
-1
/
+23
*
|
Merge branch 'master' of git://github.com/rails/rails
Dmitry Polushkin
2011-09-15
1
-1
/
+7
|
\
|
|
*
Raise error when using write_attribute with a non-existent attribute.
Jon Leighton
2011-09-13
1
-1
/
+7
*
|
Test polymorphic record with optimistic locking and counter cache should be d...
Dmitry Polushkin
2011-09-09
1
-0
/
+1
|
/
*
Fix exception if old and new targets are both nil. Fixes #1471.
Jon Leighton
2011-07-12
1
-0
/
+1
*
Merge pull request #2017 from Casecommons/active_record_lint
José Valim
2011-07-08
1
-0
/
+2
|
\
|
*
ActiveRecord::Base should pass ActiveModel::Lint.
Grant Hutchins & Peter Jaros
2011-07-08
1
-0
/
+2
*
|
Destroy association habtm record before destroying the record itself. Fixes i...
Tomas D'Stefano
2011-07-08
1
-0
/
+2
|
/
*
Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_false
Jon Leighton
2011-05-16
1
-0
/
+4
|
\
|
*
Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...
Guillermo Iguaran
2011-05-15
1
-0
/
+4
*
|
CollectionAssociation#merge_target_lists should write to the underlying attri...
Jon Leighton
2011-05-14
1
-0
/
+1
|
/
*
Add test to specify that attributes from an association's conditions should b...
Jon Leighton
2011-05-10
1
-0
/
+1
*
Don't quote ID's as Arel will quote them -- follow same conventions as the de...
Christopher Meiklejohn
2011-05-08
1
-0
/
+6
*
singular and collection relations in AR can now specify mass-assignment secur...
Josh Kalderimis
2011-05-01
1
-0
/
+2
*
Added tsvector Datatype Support
Benjamin Fritsch
2011-04-26
1
-1
/
+9
*
using the database adapter to typecast before executing prepared statement
Aaron Patterson
2011-04-14
1
-0
/
+1
*
Allow to read and write AR attributes with non valid identifiers
Santiago Pastorino
2011-03-22
1
-0
/
+3
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-0
/
+28
|
\
|
*
The optimistic lock column should be increased when calling touch
Franck Verrot
2011-02-09
1
-0
/
+1
|
*
make set_table_name take effect immediately
Jan
2011-02-08
1
-0
/
+4
|
*
Correctly update counter caches on deletion for has_many :through [#2824 stat...
Jon Leighton
2011-02-07
1
-0
/
+4
|
*
Support the :dependent option on has_many :through associations. For historic...
Jon Leighton
2011-02-07
1
-0
/
+1
[prev]
[next]