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
*
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
*
Remove deprecated quote methods, replaced by quote_value so quote can be used...
Jeremy Kemper
2007-06-11
1
-12
/
+0
*
Remove deprecated find_first and find_all.
Jeremy Kemper
2007-06-11
1
-9
/
+2
*
Fix Base#inspect when not every attribute is present. Closes #8623.
Jeremy Kemper
2007-06-11
1
-3
/
+4
*
Base.inspect handles Base itself and abstract_class? Don't use #<Foo ...> si...
Jeremy Kemper
2007-05-31
1
-2
/
+9
*
Fix an edge case with find with a list of ids, limit, and offset. Closes #8437.
Jeremy Kemper
2007-05-31
1
-4
/
+6
*
with_scope is protected. Closes #8524.
Jeremy Kemper
2007-05-30
1
-85
/
+97
*
Raise an exception if both attr_protected and attr_accessible are declared. C...
Jeremy Kemper
2007-05-29
1
-0
/
+2
*
Allow nil serialized attributes with a set class constraint. #7293 [sandofsky]
Rick Olson
2007-05-28
1
-2
/
+2
*
find gracefully copes with blank :conditions. Closes #7599.
Jeremy Kemper
2007-05-26
1
-3
/
+3
*
Find with a list of ids supports limit/offset. Closes #8437.
Jeremy Kemper
2007-05-25
1
-2
/
+13
*
Call the newly generated read method after generating it. Closes #8470.
Jeremy Kemper
2007-05-25
1
-4
/
+15
*
Fix #inspect for new records. Closes #8405.
Jeremy Kemper
2007-05-19
1
-1
/
+1
*
Clarify :offset docs. Closes #3733.
Jeremy Kemper
2007-05-18
1
-1
/
+1
*
Pay tribute to timezones. Tune #inspect style.
Jeremy Kemper
2007-05-18
1
-7
/
+9
*
Sanitize Base#inspect. Closes #8392.
Jeremy Kemper
2007-05-18
1
-1
/
+20
*
Replace the transaction {|transaction|..} semantics with a new Exception Acti...
Michael Koziarski
2007-05-18
1
-0
/
+2
*
Add documentation caveat about when to use count_by_sql. Closes #8090. [fearo...
Marcel Molina
2007-05-06
1
-0
/
+9
*
Also add documentation enhancements for increment_counter. Closes #8092. [fea...
Marcel Molina
2007-05-06
1
-5
/
+15
*
Enhance documentation for decrement_counter. Closes #8093. [fearoffish]
Marcel Molina
2007-05-06
1
-1
/
+13
*
Improved performance by relying less on exception raising #8159 [Blaine]
David Heinemeier Hansson
2007-04-24
1
-1
/
+7
*
Added ActiveRecord::Base.inspect to return a column-view like #<Post id:integ...
David Heinemeier Hansson
2007-04-21
1
-0
/
+5
*
documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...
Rick Olson
2007-03-27
1
-0
/
+3
*
Base.update_all :order and :limit options. Useful for MySQL updates that must...
Jeremy Kemper
2007-03-17
1
-2
/
+8
[next]