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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Relation#find_by and Relation#find_by!
Jon Leighton
2012-03-30
1
-0
/
+10
*
CHANGELOG entry for AR#slice
Guillermo Iguaran
2012-03-29
1
-0
/
+5
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-0
/
+31
*
Expand changelog and upgrading rails guide with IdentityMap info
Carlos Antonio da Silva
2012-03-13
1
-1
/
+10
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-0
/
+2
*
Add dynamic find_or_create_by_{attribute}! method.
Andrew White
2012-03-12
1
-0
/
+2
*
Fix my name in the CHANGELOG to follow the convention
Rafael Mendonça França
2012-03-09
1
-0
/
+11
*
fix incorrect changelog headings [ci skip].
Vijay Dev
2012-03-09
1
-12
/
+13
*
changelog updates for Rails 4 [ci skip]
Vijay Dev
2012-03-09
1
-0
/
+12
*
Update CHANGELOG to fix wrong extension.
kennyj
2012-03-08
1
-1
/
+1
*
Merge pull request #5162 from kennyj/schema_cache_dump
Aaron Patterson
2012-03-07
1
-0
/
+23
|
\
|
*
Add entry for schema cache dump to CHANGELOG.md.
kennyj
2012-03-01
1
-0
/
+23
*
|
Add release dates to documentation
claudiob
2012-03-01
1
-2
/
+2
|
/
*
Update changelogs with rails 3.0-stable branch info
Paco Guzman
2012-02-25
1
-3
/
+85
*
Update activerecord/CHANGELOG.md
Josef Šimánek
2012-02-18
1
-1
/
+1
*
Added where option to add_index to support postgresql partial indices
Marcelo Silveira
2012-02-09
1
-0
/
+13
*
Added `none` query method to return zero records.
Juanjo Bazán
2012-01-31
1
-0
/
+13
*
has_many/has_one, :dependent => :restrict, deprecation added.
Manoj
2012-01-29
1
-0
/
+19
*
Add `create_join_table` migration helper to create HABTM join tables
Rafael Mendonça França
2012-01-27
1
-2
/
+13
*
Fixed small typo in ActveRecord/CHANGELOG.md
Matt Bridges
2012-01-26
1
-1
/
+1
*
syncs 3-2-stable CHANGELOGs in master
Xavier Noria
2012-01-26
1
-0
/
+9
*
Add release date of Rails 3.2.0 to documentation
claudiob
2012-01-26
1
-1
/
+1
*
The primary key is always initialized in the @attributes hash to nil (unless
Aaron Patterson
2012-01-25
1
-0
/
+3
*
Add ActiveRecord::Base#with_lock
Olek Janiszewski
2012-01-18
1
-1
/
+28
*
Make it more explicit that the feature is deprecated, not removed.
Jon Leighton
2012-01-16
1
-2
/
+4
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-0
/
+30
*
Merge pull request #4387 from Karunakar/releasenotes
Vijay Dev
2012-01-12
1
-2
/
+2
|
\
|
*
Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3
Karunakar (Ruby)
2012-01-08
1
-2
/
+2
*
|
Add CHANGELOG entry
Santiago Pastorino
2012-01-11
1
-0
/
+3
*
|
dropping support for `schema_info`.
Aaron Patterson
2012-01-10
1
-0
/
+3
|
/
*
connections must be checked in at the end of a thread
Aaron Patterson
2011-12-30
1
-0
/
+3
*
Add some doc for ActiveRecord::Model
Jon Leighton
2011-12-24
1
-3
/
+31
*
can create hstore records via AR API
Aaron Patterson
2011-12-20
1
-0
/
+2
*
PostgreSQL hstore types are automatically deserialized from the database.
Aaron Patterson
2011-12-20
1
-0
/
+4
*
NullStore cache belongs in Active Support
Vijay Dev
2011-12-20
1
-4
/
+0
*
Add ActiveSupport::Cache::NullStore to expose caching interface without actua...
Brian Durand
2011-12-12
1
-0
/
+4
*
Allow to run migrations with given scope, with SCOPE=<scope>
Piotr Sarnacki
2011-12-09
1
-0
/
+12
*
removes the convenience instance version of AR::Base.silence_auto_explain
Xavier Noria
2011-12-03
1
-2
/
+2
*
implements AR::Base(.|#)silence_auto_explain
Xavier Noria
2011-12-02
1
-0
/
+3
*
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
1
-0
/
+11
*
Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_whe...
David Heinemeier Hansson
2011-12-01
1
-1
/
+0
*
Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale?...
David Heinemeier Hansson
2011-12-01
1
-0
/
+1
*
ActiveRecord::Relation#pluck method
Bogdan Gusiev
2011-11-30
1
-0
/
+9
*
Automatic closure of connections in threads is deprecated. For example
Aaron Patterson
2011-11-29
1
-0
/
+16
*
Deprecate set_locking_column in favour of self.locking_column=
Jon Leighton
2011-11-29
1
-0
/
+1
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-0
/
+1
*
Deprecate set_sequence_name in favour of self.sequence_name=
Jon Leighton
2011-11-29
1
-0
/
+1
*
Deprecate set_inheritance_column in favour of self.inheritance_column=
Jon Leighton
2011-11-29
1
-2
/
+8
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-0
/
+16
*
Merge pull request #3636 from joshsusser/master
Jon Leighton
2011-11-29
1
-0
/
+6
|
\
[next]