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
...
*
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
*
Moved acts_as_nested_set into a plugin of the same name on the official Rails...
David Heinemeier Hansson
2007-09-11
1
-2
/
+2
*
Remove acts_as_list. Users are advised to install the new plugin. Reference...
Michael Koziarski
2007-09-10
1
-0
/
+4
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-0
/
+2
*
Add credit where due. References #8446
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
1
-0
/
+2
*
Performance: absorb instantiate and initialize_with_callbacks into the Base m...
Jeremy Kemper
2007-08-31
1
-0
/
+2
*
Fixed that eager loading queries and with_scope should respect the :group opt...
David Heinemeier Hansson
2007-08-21
1
-1
/
+1
*
Fixed that eager loading queries should respect the :group option as well [DHH]
David Heinemeier Hansson
2007-08-21
1
-1
/
+2
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
1
-0
/
+4
*
Don't clobber :includes passed to count on has_many association. Closes #9175...
Michael Koziarski
2007-08-16
1
-0
/
+2
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
1
-0
/
+2
*
Add forgotten changelog entry
Michael Koziarski
2007-08-14
1
-0
/
+7
*
Perform a deep #dup on query cache results so that modifying activerecord att...
Rick Olson
2007-07-25
1
-0
/
+2
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
1
-0
/
+2
*
Added :unless clause to validations (closes #8003) [monki]
David Heinemeier Hansson
2007-07-24
1
-0
/
+10
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
1
-0
/
+2
*
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
Rick Olson
2007-07-17
1
-0
/
+2
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
1
-0
/
+2
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
1
-0
/
+8
*
Remove spurious tests from deprecated_associations_test, most of these aren't...
Michael Koziarski
2007-07-15
1
-0
/
+2
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
1
-0
/
+2
*
Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...
Michael Koziarski
2007-07-07
1
-0
/
+2
*
Don't call unsupported methods on associated objects when using :include, :me...
Michael Koziarski
2007-06-30
1
-0
/
+2
*
Define collection singular ids method for has_many :through associations. Clo...
Jeremy Kemper
2007-06-27
1
-0
/
+2
*
Array attribute conditions work with proxied association collections. Closes ...
Jeremy Kemper
2007-06-27
1
-0
/
+2
*
Fix polymorphic has_one associations declared in an abstract class. Closes #8...
Jeremy Kemper
2007-06-25
1
-0
/
+2
*
Fixed validates_associated should not stop on the first error (closes #4276) ...
David Heinemeier Hansson
2007-06-23
1
-0
/
+2
*
Rollback if commit raises an exception. Closes #8642.
Jeremy Kemper
2007-06-23
1
-0
/
+2
*
Update tests' use of fixtures for the new collections api. Closes #8726.
Jeremy Kemper
2007-06-22
1
-0
/
+2
[prev]
[next]