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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correctly quote id list for limited eager loading. Closes #7482.
Jeremy Kemper
2007-09-22
3
-2
/
+7
*
self.fixture_class_names is defined twice in fixtures.rb (closes #7135) [jarkko]
David Heinemeier Hansson
2007-09-22
1
-3
/
+1
*
Removed unnecessary or statement (closes #7158) [richcollins]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Fix broken mysql test [frederick.cheung@gmail.com]
Michael Koziarski
2007-09-22
1
-0
/
+1
*
Fixed that using version-targetted migrates would fail on loggers other than ...
David Heinemeier Hansson
2007-09-22
2
-1
/
+7
*
Docfix (closes #7593) [tarmo]
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Fixed rename_column for SQLite when using symbols for the column names (close...
David Heinemeier Hansson
2007-09-22
3
-3
/
+15
*
Docfix (closes #8767) [kampers]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Make date tests pass on 64-bit (closes #9121) [mutru]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Removed unused @join_sql reference (closes #9174) [danger]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Doc fix (closes #9323) [Henrik N]
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Added the possibility of using symbols in addition to concrete classes with A...
David Heinemeier Hansson
2007-09-22
2
-3
/
+7
*
Import the right database for testing (closes #9589) [lawrence]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Stress that you should really install the C-based MySQL library when running ...
David Heinemeier Hansson
2007-09-20
1
-0
/
+5
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
9
-53
/
+160
*
Stop users from calling .create on a has_many / habtm association when the ow...
Michael Koziarski
2007-09-18
4
-7
/
+53
*
Define dynamic finders as real methods after first usage. Close #9317
Tobias Lütke
2007-09-18
3
-28
/
+74
*
Deprecation: remove deprecated threaded_connections methods. Use allow_concur...
Jeremy Kemper
2007-09-18
2
-10
/
+2
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
4
-7
/
+25
*
Don't worry about retrieving the last inserted id. [tarmo_t]
Jeremy Kemper
2007-09-17
1
-1
/
+1
*
Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]
Michael Koziarski
2007-09-17
3
-3
/
+23
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
14
-232
/
+212
*
connection.select_rows 'sql' returns an array (rows) of arrays (field values)...
Jeremy Kemper
2007-09-16
8
-9
/
+91
*
Typo
Jeremy Kemper
2007-09-16
1
-1
/
+1
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
3
-1
/
+8
*
Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9...
Jeremy Kemper
2007-09-15
4
-2050
/
+2
*
RubyGem database adapters: expects a gem named activerecord-<database>-adapte...
Jeremy Kemper
2007-09-15
2
-3
/
+21
*
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
3
-1
/
+8
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
3
-8
/
+18
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
2
-8
/
+2
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
6
-157
/
+302
*
minor speedups + forward-compat syntax
Jeremy Kemper
2007-09-13
6
-19
/
+24
*
minor speedup
Jeremy Kemper
2007-09-13
1
-2
/
+2
*
Kill lingering acts
Jeremy Kemper
2007-09-11
2
-4
/
+1
*
Remove empty acts
Jeremy Kemper
2007-09-11
2
-0
/
+0
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
7
-362
/
+9
*
Moved acts_as_nested_set into a plugin of the same name on the official Rails...
David Heinemeier Hansson
2007-09-11
6
-430
/
+30
*
Remove broken require
Michael Koziarski
2007-09-10
1
-1
/
+0
*
Remove acts_as_list. Users are advised to install the new plugin. Reference...
Michael Koziarski
2007-09-10
6
-571
/
+4
*
Remove the wrapping feature that was never actually turned into something rea...
David Heinemeier Hansson
2007-09-09
2
-73
/
+0
*
Removed outdated benchmarks and examples
David Heinemeier Hansson
2007-09-09
6
-233
/
+1
*
Update copyright span
David Heinemeier Hansson
2007-09-09
2
-2
/
+2
*
Match Fixnum and Float in particular. Rescue dup error and return result.
Jeremy Kemper
2007-09-08
1
-4
/
+5
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
4
-3
/
+6
*
Add credit where due. References #8446
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Fix assertion for the mysql default work around committed earlier.
Michael Koziarski
2007-09-05
1
-1
/
+5
*
Add :allow_blank to validations. Like allow_nil, but for values which are +bl...
Michael Koziarski
2007-09-05
2
-1
/
+26
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
3
-1
/
+12
[prev]
[next]