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
/
lib
/
active_record
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
More complete documentation for find_by_sql. Closes #7912 [fearoffish]
Marcel Molina
2007-12-05
1
-3
/
+23
*
Document API for exists?'s parameter and provide examples of usage. Closes #7...
Marcel Molina
2007-12-05
1
-3
/
+12
*
Document API for create's attributes parameter and provide examples. Closes #...
Marcel Molina
2007-12-05
1
-2
/
+11
*
Documentation for find incorrectly omits the :conditions option from various ...
Marcel Molina
2007-12-05
1
-4
/
+4
*
Document options and add examples for update. Closes #7985 [fearoffish]
Marcel Molina
2007-12-05
1
-6
/
+10
*
Document options and add examples for delete. Closes #7986 [fearoffish]
Marcel Molina
2007-12-05
1
-2
/
+18
*
Document options and add examples for destroy. Closes #7988 [fearoffish]
Marcel Molina
2007-12-05
1
-2
/
+19
*
Document options and add examples for update_all. Closes #7990 [fearoffish]
Marcel Molina
2007-12-05
1
-5
/
+20
*
Document options for update_counters. Closes #8091 [fearoffish]
Marcel Molina
2007-12-05
1
-0
/
+12
*
Add documentation for freeze and readonly related methods. Closes #8878 [pela...
Marcel Molina
2007-12-05
1
-4
/
+7
*
Give examples for what tables should be called for models inside a module nam...
Marcel Molina
2007-12-05
1
-3
/
+12
*
Document automatically generated predicate methods for attributes. Closes #10...
Marcel Molina
2007-12-05
1
-0
/
+14
*
Copy the cache too
David Heinemeier Hansson
2007-12-03
1
-0
/
+1
*
Added ActiveRecord::Base#becomes to turn a record into one of another class (...
David Heinemeier Hansson
2007-12-03
1
-0
/
+14
*
attr_protected and _accessible use sets of strings instead of arrays of symbo...
Jeremy Kemper
2007-11-28
1
-4
/
+4
*
attr_readonly uses a set of strings instead of an array of symbols internally...
Jeremy Kemper
2007-11-28
1
-2
/
+2
*
Kill the whiny_protected_attributes setting and kill the exception raised. In...
David Heinemeier Hansson
2007-11-09
1
-13
/
+1
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-27
/
+35
*
Address shortcomings of changeset [8054] [protocool]
David Heinemeier Hansson
2007-11-07
1
-31
/
+12
*
Enhance explanation with more examples for attr_accessible macro. Closes #809...
Marcel Molina
2007-11-06
1
-12
/
+19
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
1
-4
/
+30
*
Add docs explaining how to protect all attributes using attr_accessible with ...
Marcel Molina
2007-10-26
1
-1
/
+17
*
Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...
Marcel Molina
2007-10-26
1
-1
/
+1
*
Qualified column names work in hash conditions, like :conditions => { 'commen...
Jeremy Kemper
2007-10-16
1
-1
/
+13
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
1
-11
/
+15
*
Factor out checks for duplicable objects. Closes #9333.
Jeremy Kemper
2007-10-15
1
-7
/
+1
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
1
-7
/
+16
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
1
-3
/
+3
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-14
/
+34
*
Send the correct INSERT statement when dealing with objects with only primary...
Michael Koziarski
2007-10-06
1
-6
/
+13
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
1
-3
/
+6
*
Cache the descends_from_activerecord? call to speed up query generation. [ska...
Michael Koziarski
2007-10-03
1
-3
/
+8
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
1
-3
/
+22
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Docfix (closes #8767) [kampers]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Define dynamic finders as real methods after first usage. Close #9317
Tobias Lütke
2007-09-18
1
-28
/
+31
*
Deprecation: remove deprecated threaded_connections methods. Use allow_concur...
Jeremy Kemper
2007-09-18
1
-10
/
+0
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
1
-4
/
+2
*
minor speedups + forward-compat syntax
Jeremy Kemper
2007-09-13
1
-11
/
+16
*
minor speedup
Jeremy Kemper
2007-09-13
1
-2
/
+2
*
Performance: absorb instantiate and initialize_with_callbacks into the Base m...
Jeremy Kemper
2007-08-31
1
-1
/
+12
*
Fixed that eager loading queries and with_scope should respect the :group opt...
David Heinemeier Hansson
2007-08-21
1
-3
/
+13
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
1
-213
/
+16
*
Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta...
Michael Koziarski
2007-08-06
1
-1
/
+3
*
Performance enhancement for Base.exists?. CLoses #8769. [hasmanyjosh]
Michael Koziarski
2007-08-05
1
-1
/
+1
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-5
/
+1
*
Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...
Michael Koziarski
2007-07-07
1
-1
/
+1
*
Array attribute conditions work with proxied association collections. Closes ...
Jeremy Kemper
2007-06-27
1
-1
/
+1
*
Docfix (closes #8096)
David Heinemeier Hansson
2007-06-23
1
-3
/
+15
*
Docfix (closes #8674)
David Heinemeier Hansson
2007-06-23
1
-2
/
+2
[next]