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
/
test
/
cases
/
finder_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-2
/
+2
*
Make find_or_create and find_or_initialize work mixing explicit parameters an...
Santiago Pastorino
2010-05-07
1
-1
/
+17
*
Remove quoted_string_prefix entirely since PostgreSQL was the only database a...
Jeremy Kemper
2010-04-24
1
-2
/
+2
*
Don't depend on order of elements in Set
Evan Phoenix
2010-03-22
1
-5
/
+16
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-2
/
+2
*
Add Model.from and association_collection#from finder methods
Pratik Naik
2009-12-28
1
-1
/
+1
*
Make Model.find_or_create_by_* and find_or_initialize_by_* use relations and ...
Pratik Naik
2009-12-27
1
-7
/
+0
*
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic...
Pratik Naik
2009-12-27
1
-46
/
+0
*
Replace Model.first(options) with new finder methods inside tests
Pratik Naik
2009-12-27
1
-2
/
+2
*
Ensure Model.scoped adds type conditions for STI models
Pratik Naik
2009-12-27
1
-1
/
+1
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-47
/
+12
|
\
|
*
Tidy up the AR tests, removing duplicates and making tests clearer / more foc...
Josh Sharpe
2009-08-08
1
-46
/
+11
|
*
Some databases (e.g. Oracle) does not allow "AS" between table name and table...
Raimonds Simanovskis
2009-08-06
1
-1
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-05
1
-1
/
+51
|
\
|
|
*
Extract generic attribute method generation to AMo
Joshua Peek
2009-08-04
1
-1
/
+1
|
*
quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...
Geoff Buesing
2009-08-03
1
-0
/
+50
*
|
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-2
/
+2
|
/
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
1
-2
/
+2
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
1
-2
/
+2
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
1
-2
/
+2
*
Add missing model and fixtures to finder_test [#2671 state:resolved]
Emilio Tagua
2009-05-18
1
-2
/
+2
*
Changed ActiveRecord::Base#exists? to invoke find_initial so that it is compa...
Peter Marklund
2009-05-14
1
-0
/
+6
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-2
/
+3
*
Fix models load order to be able to run unit tests.
Emilio Tagua
2009-04-23
1
-4
/
+4
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-32
/
+32
*
Allow :having conditions to be sanitized like regular :condition. [#2158 stat...
Will Bryant
2009-03-06
1
-0
/
+7
*
Ensure supplie :from has precedence over scoped :from [#1370 state:resolved]
Pratik Naik
2009-03-06
1
-0
/
+8
*
support end-exclusive ... Ranges in SQL hash condition sanitization properly
Will Bryant
2009-02-06
1
-0
/
+6
*
Add ActiveRecord::Base.exists? with no args [#1817 state:committed]
Scott Taylor
2009-02-05
1
-1
/
+10
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-12
/
+10
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
1
-0
/
+7
*
Fixed issue where block is not called on the very first invocation of a find_...
Ken Miller
2008-10-24
1
-0
/
+11
*
Dynamic finders should use the ActiveRecord::Base::find method instead of ::f...
Eloy Duran
2008-10-03
1
-5
/
+22
*
Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...
Pivotal Labs
2008-09-24
1
-0
/
+11
*
Change all calls to String#chars to String#mb_chars.
Manfred Stienstra
2008-09-21
1
-2
/
+2
*
Use select and change test so new tests can work on postgres.
miloops
2008-09-12
1
-2
/
+2
*
Improve test coverage when using the group option in find, has_many or has_an...
miloops
2008-09-11
1
-0
/
+6
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-2
/
+10
*
Fixed test_find_last_by_one_attribute_caches_dynamic_finder for postgresql 8.3
Tarmo Tänav
2008-09-10
1
-1
/
+1
*
Added find_last_by dynamic finder [status:committed #762]
miloops
2008-09-09
1
-4
/
+36
*
add dynamic finder bang version to raise RecordNotFound
Josh Susser
2008-08-25
1
-0
/
+14
*
refactor dynamic finder name matching into its own class
Josh Susser
2008-08-25
1
-0
/
+42
*
Allow conditions on multiple tables to be specified using hash.
Pratik Naik
2008-06-28
1
-0
/
+17
*
Named bind variables can now be used with postgresql-style typecasts
Tarmo Tänav
2008-06-22
1
-0
/
+7
*
Fix tests for postgres 8.3.x
Tarmo Tänav
2008-05-26
1
-1
/
+1
*
DRY associations code and improve eager loading tests.
Pratik Naik
2008-05-15
1
-1
/
+4
*
Make sure needed table joins are included :select option. [#110 state:resolved]
John Devine
2008-05-15
1
-3
/
+6
*
Added logic to associations.rb to make sure select_for_limited_ids
John Devine
2008-05-06
1
-0
/
+9
*
Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...
Pratik Naik
2008-04-06
1
-11
/
+11
[next]