| 7b24cf0 |
2013-05-13 |
emphasize that callbacks are called in destroy_all |
| 3e0c06d |
2013-05-11 |
read_attribute_before_type_cast should accept symbol |
| d949063 |
2013-05-09 |
minor rdoc cleanup for reflection methods |
| fdba949 |
2013-05-08 |
extracted piece of code into a method |
| 86ac1d9 |
2013-05-06 |
fix failing test caused by 3771e4d511 |
| b46e641 |
2013-05-03 |
added to rdoc for unscope that default_scope wins |
| 3771e4d |
2013-05-06 |
raise IrreversibleMigration if no column given |
| 44ea48e |
2013-04-24 |
Remove code duplication |
| 2242317 |
2013-04-21 |
fix wrong test description and failure message |
| cf69d52 |
2013-04-21 |
Added tests for if condition in Active Model callbacks |
| f72b15e |
2013-04-17 |
bump the rails version in bug report template |
| 5e71e92 |
2013-04-17 |
readonly info for save and save! |
| 5ea8ff0 |
2013-04-17 |
updated rdoc to reflect info about readonly attribute |
| ee48cf6 |
2013-04-17 |
without autosave option updated records not save |
| 66001f3 |
2013-04-19 |
fix respond_to? for non selected column |
| aeafc09 |
2013-04-10 |
converge three lines into one |
| 070dda2 |
2013-04-10 |
rdoc for some of the methods in JoinDependency |
| eb750e2 |
2013-04-10 |
remove_duplicate_results! should be protected |
| dc764fc |
2013-04-10 |
While merging relations preserve context for joins |
| d87966c |
2013-04-09 |
changed variable name active_record => base_klass |
| 8b89b60 |
2013-04-09 |
JoinPart is no longer an abstract class |
| 261520d |
2013-04-04 |
template should have generic name |
| 2f0acf6 |
2013-04-04 |
use | to have more intent revealing code |
| 98e42bc |
2013-04-04 |
expanded rdoc for chain and reflection_names |
| 8124699 |
2013-04-04 |
has_many through obeys order on through association |
| e87a513 |
2013-04-04 |
expanded rdoc on source_reflection method |
| 1bf4088 |
2013-04-02 |
show name of the klass that has missing association |
| 6303cef |
2013-04-02 |
not a relation. it's an arel select manager |
| e267c0e |
2013-04-02 |
write sql queries to terminal |
| 2c45db1 |
2013-04-02 |
no need to invoke to_s before applying intern |
| 3f35924 |
2013-04-01 |
gist for Active Record issues [Neeraj Singh & Xavier Noria] |
| 805c4c1 |
2013-03-30 |
minor copy editing |
| d4dad04 |
2013-03-29 |
explain method invertible_for [ci skip] |
| f3cabb3 |
2013-03-29 |
Do not use deprecate method [ci skip] |
| 6807114 |
2013-03-29 |
fix broken sentence [ci skip] |
| 3e3e81b |
2013-03-27 |
entirelyby => 'entirely by' |
| f029fb0 |
2013-04-05 |
failing test for #9869 |
| d36cfa2 |
2013-03-25 |
if cookie is tampered with then nil is returned [ci skip] |
| a1a2951 |
2013-03-23 |
unscoped works with named scope [ci skip] |
| 36a4523 |
2013-03-23 |
enhance unscoped tests |
| a3d7f2c |
2013-03-19 |
fix sentence [ci skip] |
| afe38b1 |
2013-03-18 |
SQLite3 3.6.8+ supports nested transactions [ci skip] |
| c3829d3 |
2013-03-12 |
dependent: :destroy should call destroy_all |
| 402a899 |
2013-03-11 |
Minor copy editing |
| d71eaf3 |
2013-03-11 |
Show warning message if delete_all is firing callbacks |
| 4314d2b |
2013-03-08 |
fixing typo in the merging scopes section |
| 2b8a05f |
2013-03-08 |
Explained how merging of scope works |
| cd26b6a |
2013-03-07 |
Combine scope conditions using AND |
| c132841 |
2013-03-08 |
SQLite3 3.6.8+ supports savepoints |
| 1173138 |
2013-03-03 |
fix the sql that is generated from scoping |
| 5a7e6b6 |
2013-02-24 |
Updated doc to clarify about update_all and delete_all |
| 551c923 |
2013-01-30 |
class_eval should use __FILE__ and __LINE__ |
| 54c651a |
2011-06-13 |
Remove "is_assed" with something more meaningful |
| f3c9f32 |
2011-06-11 |
remove meaningless assert true |
| 6688b63 |
2011-06-11 |
expected message should come first |
| 5da89af |
2011-06-11 |
try not to use assert_blank when nil will would |
| 06d772c |
2011-06-10 |
add missing ensure |
| fdbe8eb |
2011-06-10 |
replaced and with && as per coding guidelines |
| 49d0329 |
2011-06-10 |
The test name is misleading. It says |
| fa5b34e |
2011-06-09 |
remove unused user_controller from test |
| 277eb05 |
2011-06-09 |
class WithSymbolReturningString is not used anywhere in ... |
| 7fff2f9 |
2011-06-08 |
Make test meaningful |
| 8f3c9e8 |
2011-06-08 |
test name should reflect the name of the method |
| cbfdd0d |
2011-06-08 |
remove unused class from test |
| 502aaec |
2011-04-28 |
upgrade rack-mount |
| 806e6f8 |
2011-01-25 |
render_to_string must ensure that response_body |
| c1145d9 |
2011-01-25 |
If I want to set respond_body to nil then it |
| b461fe7 |
2011-01-13 |
editing comments regarding rescuable optoin in AS callbacks |
| 27d0d4f |
2010-12-28 |
while defining callbacks option :rescuable => true |
| 3c1a0a8 |
2010-12-21 |
expand on set_callback method to explain that in |
| 890d005 |
2010-12-09 |
Ensure that while caching a page rails takes into |
| 3ac844d |
2010-12-06 |
Add to documentation that action caching does |
| ee6b45a |
2010-12-08 |
Add to documentation that action caching does |
| 0027b65 |
2010-12-09 |
Ensure that while caching a page rails takes into |
| 3c7a33c |
2010-11-30 |
Rewording existing comment |
| 2b26ba6 |
2010-12-05 |
Rewording existing comment |
| aa1ac1c |
2010-11-30 |
Add comment for config_accessor method |
| 30d7a71 |
2010-12-05 |
Add comment for config_accessor method |
| aa9a322 |
2010-11-30 |
Rewording existing comment |
| e6f2ef3 |
2010-12-05 |
Rewording existing comment |
| 9bd2914 |
2010-11-28 |
make it clear that recompilation happens only in |
| 8ff7cd9 |
2010-12-05 |
make it clear that recompilation happens only in |
| 18adbe9 |
2010-11-24 |
process text/* if it appears in the middle of |
| 5c9abb6 |
2010-11-24 |
processing image/* is an odditity because there is |
| 8882e65 |
2010-11-24 |
No need to return anything |
| d33dcba |
2010-11-23 |
Do not send id for quoting twice if the primary key is s... |
| d67464a |
2010-12-09 |
Do not send id for quoting twice if the primary key is s... |
| b52a6ba |
2010-11-24 |
clean up test by using unregister method |
| e870883 |
2010-11-24 |
unregister method implementation and test |
| c6030e8 |
2010-11-24 |
Remove the not needed setup and teardown |
| 5debc65 |
2010-11-22 |
Merge branch 'master' of github.com:lifo/docrails |
| 1c68e55 |
2010-11-22 |
Revert "unscoped takes care of named_scopes too" |
| 30b3a14 |
2010-11-23 |
Revert "unscoped takes care of named_scopes too" |
| 21fd93c |
2010-11-22 |
make test more resilient to future changes by not |
| 794b343 |
2010-11-22 |
remove select, collect and then inject with |
| c5bfc6a |
2010-11-22 |
string include method is 10x faster than creating |
| 8154f4b |
2010-11-22 |
Compile regex only once |
| cdbbf6f |
2010-11-22 |
move the mime registration code to setup so that |
| 23ea19e |
2010-11-22 |
rename star star to just one star |
| c9147eb |
2010-11-22 |
cleanup Mime::LOOKUP after registering image/gif |
| 4154c65 |
2010-11-22 |
fix test |
| 6f6e754 |
2010-11-22 |
implement code that handles text/*, appplication/*, |
| b798a59 |
2010-11-22 |
test for text/*, application/* and image/* |
| d04a21b |
2010-11-22 |
declare regex as a constant |
| cbb2651 |
2010-11-22 |
add the fixture file |
| eb6ccc9 |
2010-11-22 |
do not assume that there is no space between |
| f5fba91 |
2010-11-22 |
failing test for #6022 |
| 61950a4 |
2010-11-22 |
current code ignores http header "Accept" if it |
| 7b503f0 |
2010-11-21 |
Merge branch 'master' of github.com:lifo/docrails |
| 69d47a0 |
2010-11-21 |
use_accept_header is no longer supported |
| 7d5b097 |
2010-11-21 |
use_accept_header is no longer supported |
| 27f43cc |
2010-11-21 |
use_accept_header is no longer supported |
| 126fbd7 |
2010-11-18 |
unscoped takes care of named_scopes too |
| c8ab399 |
2010-11-21 |
unscoped takes care of named_scopes too |
| a1786cf |
2010-11-21 |
unscoped takes care of named_scopes too |
| fe2f168 |
2010-11-17 |
fix warning during test execution |
| f978c4b |
2010-11-17 |
remove the rescue block by returning a not asking Base f... |
| 9c1993b |
2010-11-17 |
replace and with && as per rails coding convention |
| fa2a5ae |
2010-11-24 |
If a user wants json output then try best to render json... |
| 4e2a981 |
2010-11-24 |
If a user wants json output then try best to render json... |
| 7c5c1a0 |
2010-11-15 |
if association is already loaded and if a find operation... |
| 66212f6 |
2010-11-24 |
If a nested_attribute is being marked for destruction an... |
| 1e2981f |
2010-11-24 |
If a nested_attribute is being marked for destruction an... |
| fbaf3a2 |
2010-11-11 |
fields_for should treat ActiveRecord::Relation as an array |
| 86f66e9 |
2010-11-11 |
fields_for should treat ActiveRecord::Relation as an array |
| 793967c |
2010-11-11 |
provide better error message if path is uri [#5914 state... |
| f527f90 |
2010-10-17 |
no need to check for nil |
| ea14396 |
2010-10-17 |
replace if ! with unless |
| 33733d5 |
2010-09-30 |
no need to check for nil |
| 0495736 |
2010-09-30 |
assert on empty array is always true. fixing test. |
| 396f3a2 |
2010-09-30 |
double negative is not good |
| 618407d |
2010-09-30 |
another case of extra nil? check |
| 08a08d9 |
2010-09-30 |
no need to check for nil? |
| 692f518 |
2010-09-30 |
no need to check for nil? |
| 8efdffe |
2010-09-30 |
no need of nil check |
| 299e9f6 |
2010-09-29 |
no need of nil check |
| 3f16103 |
2010-09-28 |
performance improvement based on discussion at http://gi... |
| 2525bfc |
2010-09-28 |
backport of #5706 and #5579 to 3-0-stable |
| e0411f3 |
2010-09-28 |
backport of #5705 to 3-0-stable |
| 4966b91 |
2010-09-27 |
Fix for #5579 involved the code change for both has_one ... |
| 7f74323 |
2010-09-27 |
Fix for nested_attributes with has_many association fail... |
| bfc9868 |
2010-09-27 |
Test for after_create callback order in ActiveSupport [#... |
| 72c1e19 |
2010-09-27 |
after_create in ActiveModel should in the order specified |
| 9e32b1c |
2010-09-27 |
after_create in ActiveModel should in the order specified |
| 48a108d |
2010-09-22 |
Error message should advice to use 'mysql2' gem. |
| 3c36c12 |
2010-09-22 |
Error message should advice to use 'mysql2' gem. |
| 8ae9136 |
2010-09-18 |
remove irrelevant comments |
| fbd1d30 |
2010-09-27 |
Three performance improvements: |
| 632120d |
2010-09-09 |
return is not needed here |
| 733e928 |
2010-09-09 |
return is not needed here |
| 2f66b9a |
2010-09-09 |
remove unnecessary call |
| 742da4b |
2010-09-09 |
remove unnecessary call |
| 39debfc |
2010-09-18 |
test for #5038 |
| d5c57f7 |
2010-09-09 |
make apply_modules run faster |
| a9b5b19 |
2010-09-09 |
make apply_modules run faster |
| 097240f |
2010-09-24 |
reject_id option should be respected while using nested_... |
| 9401fa0 |
2010-09-18 |
expanding the test to include both type of order declara... |
| 91fec0d |
2010-09-05 |
order should always be concatenated. |
| 1c7a754 |
2010-09-05 |
order should always be concatenated. |
| 4e40f00 |
2010-08-25 |
minor formatting fixes |
| 61292a1 |
2010-08-25 |
minor formatting fixes |
| f460de1 |
2010-08-24 |
touch operationg if used along with belongs_to will also... |
| 78f6f0d |
2010-08-24 |
touch operationg if used along with belongs_to will also... |
| 747e074 |
2010-08-24 |
@user.touch should not fail if User does not have update... |
| aa384de |
2010-08-24 |
@user.touch should not fail if User does not have update... |
| 13ebf69 |
2010-08-23 |
unscoped does not work when chained with named_scope |
| 2ae4f01 |
2010-08-24 |
unscoped does not work when chained with named_scope |
| 87398e5 |
2010-08-20 |
Patch for Lighthouse ticket #5419 has been been applied.... |
| 2ffa50f |
2010-08-20 |
after_validation should be called irrespective of the re... |
| 8f72ddc |
2010-08-20 |
after_validation should be called irrespective of the re... |
| c24aa2f |
2010-08-20 |
documentation regarding after_validation |
| cacb448 |
2010-09-01 |
delegate method should treat :prefix => false same as :p... |
| d1eb9ff |
2010-09-01 |
delegate method should treat :prefix => false same as :p... |
| 7d0b69d |
2010-08-18 |
correcting the documentation which wrongly states that r... |
| 2a4eb69 |
2010-08-18 |
fixing typo |
| 2e45542 |
2010-08-19 |
While creating a new record using has_many create method... |
| 758f01d |
2010-08-19 |
While creating a new record using has_many create method... |
| cfad74c |
2010-08-12 |
updating documentation for named_scope and default_scope |
| 198bffe |
2010-08-12 |
updating documentation for named_scope and default_scope |
| 190e270 |
2010-08-09 |
adding more documentation for autosave option |
| 06af291 |
2010-08-12 |
adding more documentation for autosave option |
| fc01ade |
2010-08-06 |
correcting wrong example |
| d55491c |
2010-08-08 |
correcting wrong example |
| 74dde59 |
2010-08-06 |
updating documentation for method configure_dependency_f... |
| cdbc880 |
2010-08-06 |
adding documentation for OrderedHash and OrderedOptions |
| 67a2b5e |
2010-08-31 |
If certain sections of skip_callback method are commente... |
| d0ac56b |
2010-08-06 |
adding an example of skipping a callback |
| 86842fd |
2010-08-05 |
fixing typo |
| 148dd2e |
2010-08-05 |
fixing typo |
| 5130b0c |
2010-08-05 |
more documentation for class_inheritable_* |
| 06e4c48 |
2010-08-05 |
more documentation for class_inheritable_* |
| cd87cf7 |
2010-08-05 |
correcting the documentation that default to false. it d... |
| 589e697 |
2010-08-04 |
adding documentation to ActiveSupport::Concern ht:strict... |
| 8fdecaa |
2010-08-14 |
Ensure we can nest include calls [#5285 state:resolved] |
| 6ed1ba4 |
2010-08-12 |
Ensure we can nest include calls [#5285 state:resolved] |
| 9528aa9 |
2010-08-12 |
Ensure we can nest include calls [#5285 state:resolved] |
| 8402488 |
2010-08-31 |
adding new test for ActiveModel::Serialization |
| fb2b8fe |
2010-08-03 |
adding test cases for ActiveModel::Errors |
| 74f7e17 |
2010-08-03 |
fixing documentation |
| db1c484 |
2010-08-03 |
Dynamic finder method like scoped_by_* create methods so... |
| 807239f |
2010-08-03 |
Making Active Record base_test.rb thinner by moving tests |
| db0e3e5 |
2010-08-02 |
Correcting the documentation which wrongly states that e... |
| d3eacf9 |
2010-08-02 |
Adding to AR::Base documentation about dynamically scope... |
| 1ce40ca |
2010-08-02 |
ensuring that description does not exceed 100 columns |
| b8d9d9c |
2010-08-02 |
updating documentation to ensure line does not exceed 10... |
| b29c23a |
2010-08-02 |
ensuring that documentation does not exceed 100 columns |
| 6ac9482 |
2010-07-31 |
ensuring that documentation does not exceed 100 columns |
| 69b4012 |
2010-07-31 |
adding the missing closing tag |
| 4f63294 |
2010-07-31 |
fixing documentation just a little bit |
| 0e20e3e |
2010-07-30 |
returns not returned . fixing documentation for reflection |
| 3c3ff13 |
2010-07-29 |
Adding documentation regarding lazy_load_hooks |
| a506d5a |
2010-07-29 |
updating documentation about lazy hooks in ActiveSupport |
| e429453 |
2010-07-29 |
moving time zone related documentation to timestamp.rb f... |
| 873c5a9 |
2010-07-29 |
adding documentation regarding time_zone_aware_attribute... |
| 1a6d762 |
2010-07-29 |
expanding on the will_change! method in documentation |
| 627d870 |
2010-07-29 |
itsy bitsy changes to documentation |
| daad445 |
2010-07-29 |
itsy bitsy changes to ActionMailer documentation |
| 2df3655 |
2010-07-29 |
putting receive method under tt |
| c2341ee |
2010-07-29 |
superclass_delegating_accessor has been deprecated. |
| d8db571 |
2010-08-31 |
replacing superclass_delegating_accessor with class_attr... |
| a64cc69 |
2010-08-31 |
Replacing superclass_delegating_accessoror with class_at... |
| 1620f57 |
2010-08-31 |
Replacing superclass_delegating_accessoror with class_at... |
| 31f8a0c |
2010-07-28 |
adding punctuations |
| 51924d4 |
2010-07-28 |
more documentation for update_attribute |
| dea8bf5 |
2010-07-28 |
editing the documentation regarding :race_condition_ttl ... |
| 2d601e4 |
2010-07-28 |
editing a sentence |
| 5b10e47 |
2010-07-28 |
adding comment specifying that cattr_accessor also suppo... |
| eb902d6 |
2010-07-28 |
clarifying the instance_write option with an example |
| ff7e17d |
2010-07-28 |
adding some comments to cattr_accessor method |
| f3b50b1 |
2010-07-28 |
updating description of how class_attribute works |
| e7920a3 |
2010-07-27 |
clarifying description for class_attribute method |
| 865d208 |
2010-07-27 |
Merge branch 'master' of github.com:lifo/docrails |
| c9fe3c3 |
2010-07-27 |
adding comments to update_attribute method |
| 4952a80 |
2010-07-28 |
adding test for respond_to cache_key and cleaning up the... |
| 7d29627 |
2010-07-28 |
test cases for rails_app_version in AS cache.rb |
| 3265af5 |
2010-07-28 |
adding more test cases for expand_cache_key |
| 194ec3d |
2010-07-28 |
removing unused variable |
| f3409dc |
2010-07-27 |
polishing comments |
| d214925 |
2010-07-27 |
making comments meaningful by correcting, adding and pru... |
| c77adb4 |
2010-07-27 |
Merge branch 'master' of github.com:lifo/docrails |
| b357aed |
2010-07-27 |
making comments have a consistent theme of narrative |
| 009aa88 |
2010-08-02 |
Eager loading an association should not change the count... |
| 78c8242 |
2010-07-26 |
strengthening the test suite for rescue_from |
| 082ca51 |
2010-07-24 |
bringing consistency in comments |
| 8429e7b |
2010-07-23 |
making comments sentence more concise |
| 46c7a99 |
2010-07-23 |
fixing typo |
| a5bb1f5 |
2010-07-26 |
strengthening the rescue_from test suites |
| 4bf6c1c |
2010-07-23 |
adding proper markup in comments |
| 3416517 |
2010-07-23 |
shortening the sentences and removing fluff |
| 8f638d8 |
2010-07-23 |
reformatting sentence |
| a44652b |
2010-07-26 |
No need to check for :uniq |
| 8bb3b63 |
2010-07-21 |
Timestamp columns of HABTM join table should record time... |
| 659e3b0 |
2010-07-21 |
renaming tests by removing proxy_options from names |
| 767de13 |
2010-07-20 |
expanded comment for update_attribute method |
| 5c13793 |
2010-07-21 |
expanded comment for update_attribute method |
| f576d7c |
2010-07-20 |
Ensure that primary_keys of HABTM records is not double ... |
| d1037a4 |
2010-07-18 |
replacing around with for in the comments for callbacks |
| aa2235b |
2010-07-21 |
replacing around with for in the comments for callbacks |
| 992711a |
2010-07-21 |
update_attribute should not update readonly attributes |
| 1f499e6 |
2010-07-18 |
fixing the ternary operation where the logic is very con... |
| 0fce4ae |
2010-07-18 |
expected value should come first in assert_equal |
| 6caf943 |
2010-07-18 |
primary_keys_test reads better than pk_test |
| b58e1c5 |
2010-07-18 |
fixing typo |
| df6aa8e |
2010-07-18 |
removing extra whitespaces |
| c9630d9 |
2010-07-16 |
adding proper markup to comment |
| 1f2a519 |
2010-07-16 |
moving persistence related tests to a new file |
| 99cdea7 |
2010-07-18 |
update_attribute and updated_attributes! are now wrapped... |
| f4fbc2c |
2010-07-13 |
update_attributes and update_attributes! are now wrapped... |
| b520d60 |
2010-07-13 |
string IDs are now quoted correctly [#5064 state:resolved] |
| 44b752b |
2010-07-09 |
expanding on :uniq option in has_many |
| 1d45ea0 |
2010-07-13 |
with this fix touch method - does not call validations -... |
| 6ba7d5e |
2010-07-21 |
- without the id test is passing even if I change :allow... |
| 4a1207d |
2010-07-08 |
Merge branch 'master' of github.com:lifo/docrails |
| f6fa6cf |
2010-07-08 |
clarifying how to create non standard primary key |
| 723a0bb |
2010-07-08 |
This test never runs and it has never run. Since the day... |
| ffdbe56 |
2010-07-06 |
Merge branch 'master' of github.com:lifo/docrails |
| c1fc59c |
2010-07-06 |
added more info about << operation in associations |
| 690352d |
2010-07-08 |
consolidating updated_at and updated_on |
| a4f5f05 |
2010-07-08 |
removing unused method |
| d10aaef |
2010-07-02 |
clarifying the comments regarding base_class declaration |
| edb5401 |
2010-07-13 |
count method should not take options if it is operated o... |
| 01629d1 |
2010-07-08 |
This patch changes update_attribute implementatino so: |
| dabf74b |
2010-06-29 |
array subtraction should be faster than iterating over a... |
| 40e87ac |
2010-06-28 |
with_exclusive_scope does not work properly if ARel is p... |
| e8f88a3 |
2010-06-29 |
splitting a really long line into multiple lines which i... |
| 1e53404 |
2010-07-08 |
reset_counter should work with non-traditional belongs_t... |
| dd5924d |
2010-06-25 |
added to_xml section for controller |
| a2242a6 |
2010-06-25 |
regexp anchors can't be in route constraints |
| 0ebb5bf |
2010-06-25 |
Support for multiple selects added |
| 0d2cebe |
2010-06-24 |
fixing test by replacing assert with assert_equal |
| 4e8ca7b |
2010-06-24 |
adding missing assertion and fixing the test |
| 81c5684 |
2010-06-24 |
adding middleware test for RAILS_CACHE |
| 0bf3baa |
2010-06-23 |
adding fix for to_xml for ActiveRecord relation object |
| eb04408 |
2010-06-23 |
ActiveRecord's relation object should respond to to_json... |
| a3ce6fc |
2010-06-23 |
adding column named 'group' to ensure that nothing break... |
| 549b2ad |
2010-06-23 |
fixes to the tests for patch #4909 |
| a9c69f3 |
2010-06-23 |
test for #1570 |
| c0fc084 |
2010-06-22 |
should be able to run ActiveModel validations_test [#493... |
| dcfb980 |
2010-06-22 |
test for #4862 |
| 7033be5 |
2010-06-22 |
test for #4917 |
| 51739d3 |
2010-06-19 |
moving before_validation and after_validation functional... |
| 3cc2d19 |
2010-06-15 |
Revert "removing the extra \" |
| 5e60e65 |
2010-06-15 |
Merge branch 'master' of github.com:lifo/docrails |
| 51a9703 |
2010-06-15 |
removing the extra \ |
| e4c8bc1 |
2010-06-14 |
adding to the :kind documentation for ActiveSupport call... |
| ed9a183 |
2010-06-14 |
clearer documentation of how scope applies to ActiveSupp... |
| f587dec |
2010-06-14 |
truncate safe method description changes |
| cc53229 |
2010-06-23 |
Fragment cache not generating the proper cache key in log |
| e574ca9 |
2010-06-13 |
render(:inline) in a layout before yield replaces origin... |
| 54437f3 |
2010-06-11 |
fixing typo |
| e11bb95 |
2010-06-10 |
Validators should at model level and not at AR:Base leve... |
| f48aa14 |
2010-06-09 |
Better test for ticket [#3914 state:resolved] |
| 33c5689 |
2010-07-19 |
Exceptions from views should be rescued based on the ori... |
| cc45a10 |
2010-05-21 |
1.day should respond_to kind_of too |
| 1bc6b43 |
2010-05-21 |
Replace assert with assert_equal in some test cases |
| 39a246f |
2010-05-19 |
Final iteration of use better testing methods |
| 1c3d2a5 |
2010-05-19 |
Updating the doc with the info that class_inheritable_ac... |
| b462952 |
2010-05-19 |
Use better assertion methods for testing |
| c00f8e4 |
2010-05-18 |
assert should be replaced with assert_equal in a particu... |
| 0dab076 |
2010-05-18 |
Better error messages for some of ActiveSupport tests |
| 0ef13af |
2010-05-18 |
expected value should come first in assert_equal |
| ce20b93 |
2010-05-18 |
assert_equal should be used instead of assert |
| 73f0e1a |
2010-05-18 |
Use assert_respond_to because it has better error messaging |
| d00afea |
2010-05-18 |
Use assert_equal correctly in actionmailer test (exposin... |
| a0621c1 |
2010-05-14 |
Better code formatting and proper line numbers for stack... |
| 3570f3e |
2010-05-16 |
Fix broken integration test in 2.x [#4565 state:resolved] |
| 5de2e0d |
2010-05-16 |
better documentation for dependent option [#4564 state:r... |
| db23a95 |
2010-06-08 |
cache_sweeper yields blank output |
| 58adc67 |
2010-05-15 |
STI should not ignore type condition while applying scop... |
| 883f27a |
2010-04-30 |
test cases for record.to_xml [#458 state:resolved] |
| a003a39 |
2010-04-30 |
removing the extra assignment statement [#4432 state:res... |
| 68c96fa |
2010-04-29 |
Fix form builder and form helpers inconsistencies [#4432... |
| a38e653 |
2010-10-16 |
json_escape makes json invalid doc change [#1485 state:r... |
| 54828a1 |
2010-11-20 |
json_escape makes json invalid doc change [#1485 state:r... |
| 580dd3b |
2010-04-29 |
array.to_xml should be able to handle all types of data ... |
| d793d30 |
2010-04-29 |
ActionCachingTestController rescues from all exceptions.... |
| 22b020d |
2010-05-15 |
db:drop:all throws error when database does not exist [#... |
| dcf0f97 |
2010-04-29 |
making rake:migrate VERSION=0 a noop called in successio... |
| f4d174b |
2010-04-29 |
making rake:migrate VERSION=0 a noop called in successio... |