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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure that mysql quotes table names with database names correctly. Closes #...
Rick Olson
2007-10-20
1
-0
/
+4
*
Forgotten changelog entry
Michael Koziarski
2007-10-19
1
-0
/
+3
*
Qualified column names work in hash conditions, like :conditions => { 'commen...
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
1
-0
/
+2
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
1
-0
/
+2
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
1
-0
/
+2
*
belongs_to infers the foreign key from the association name instead of from t...
Jeremy Kemper
2007-10-08
1
-0
/
+2
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
1
-0
/
+2
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
1
-0
/
+2
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
1
-1
/
+3
*
Use fast date/time parsing by default. Closes #9811.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Closed wrong ticket. Closes #9802, reopens #9699.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
MySQL: speedup date/time parsing.
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-0
/
+2
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
1
-0
/
+2
*
Move misplaced CHANGELOG entry
Jeremy Kemper
2007-10-06
1
-2
/
+0
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
1
-2
/
+3
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
1
-0
/
+2
*
Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...
Jeremy Kemper
2007-10-04
1
-0
/
+5
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
1
-0
/
+11
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
1
-0
/
+2
*
Remove DB2 adapter since IBM chooses to maintain their own adapter instead.
Jeremy Kemper
2007-09-29
1
-0
/
+2
*
Extract Oracle, SQLServer, and Sybase adapters into gems.
Jeremy Kemper
2007-09-29
1
-0
/
+2
*
Updated CHANGELOGs. They need to be filtered for duplicates
David Heinemeier Hansson
2007-09-29
1
-1
/
+1973
*
Added :include option to to_json (closes #9677) [chuyeow]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
1
-0
/
+2
*
Correctly quote id list for limited eager loading. Closes #7482.
Jeremy Kemper
2007-09-22
1
-0
/
+2
*
Fixed that using version-targetted migrates would fail on loggers other than ...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Fixed rename_column for SQLite when using symbols for the column names (close...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added the possibility of using symbols in addition to concrete classes with A...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
1
-0
/
+7
*
Define dynamic finders as real methods after first usage. Close #9317
Tobias Lütke
2007-09-18
1
-0
/
+2
*
Deprecation: remove deprecated threaded_connections methods. Use allow_concur...
Jeremy Kemper
2007-09-18
1
-0
/
+2
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
1
-0
/
+3
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-0
/
+2
*
connection.select_rows 'sql' returns an array (rows) of arrays (field values)...
Jeremy Kemper
2007-09-16
1
-0
/
+2
*
Typo
Jeremy Kemper
2007-09-16
1
-1
/
+1
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
1
-0
/
+2
*
Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9...
Jeremy Kemper
2007-09-15
1
-0
/
+2
*
RubyGem database adapters: expects a gem named activerecord-<database>-adapte...
Jeremy Kemper
2007-09-15
1
-0
/
+2
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-0
/
+2
*
Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...
David Heinemeier Hansson
2007-09-15
1
-0
/
+2
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
1
-0
/
+2
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
1
-0
/
+2
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
1
-0
/
+2
[prev]
[next]