| 346cda4 |
2013-05-12 |
Adding documentation to the automatic inverse_of finder. |
| eb93d16 |
2013-05-08 |
Using define method instead of class eval when defining ... |
| 58151ce |
2013-05-02 |
Improving the performance of callbacks by keeping a hash... |
| 062a93a |
2013-05-02 |
Refactoring the creation of TestTasks to remove code dup... |
| 9703d67 |
2013-04-30 |
Removing the app constant and replacing it with Rails.ap... |
| 3182295 |
2013-04-28 |
Making the retrieval of the cache store class a method, ... |
| be7e34b |
2013-04-22 |
Created a registry based on the +PerThreadRegistry+ modu... |
| 6ec28f8 |
2013-04-21 |
Removing tests for deprecated options in active support.... |
| e8aceae |
2013-04-18 |
Adding documentation to actionview so that the big pictu... |
| 3ff2639 |
2013-04-23 |
Moved the check for the rails test environment into rail... |
| fdb3e73 |
2013-04-17 |
The increment and decrement commands in the local cache ... |
| d8b2588 |
2013-04-17 |
Refactored the storage of a temporary version of the loc... |
| 8d8e171 |
2013-04-17 |
Adding a local thread registry to store local caches. |
| ef7a48d |
2013-04-16 |
let EXPLAIN use a thread locals registry [John J. Wang &... |
| 60a5ac7 |
2013-04-10 |
Using public send instead of send for the PerThreadRegis... |
| e12901e |
2013-04-10 |
Changed the ScopeRegistry and the InstrumentationRegistr... |
| 95ac391 |
2013-04-10 |
Created a runtime registry for thread local variables in... |
| e94f024 |
2013-04-10 |
Creating a module so that per thread registries can be e... |
| b62c197 |
2013-04-08 |
Creating an object to consolidate thread locals which ho... |
| a332712 |
2013-04-08 |
Delegating the value getter and setters in the ScopeRegi... |
| 5b945f2 |
2013-04-08 |
Grouping thread locals in the ActiveRecord scopes so tha... |
| 3552760 |
2013-04-07 |
Added a bang to the end of +raise_nested_attributes_reco... |
| fb24f41 |
2013-04-07 |
Added documentation to the FormBuilder class, should help |
| 8e295b0 |
2013-04-05 |
Refactoring some reused code into a method (inside of th... |
| de12a6a |
2013-04-02 |
Changed the guides to use distinct instead of uniq for a... |
| a605c44 |
2013-04-01 |
Updated the error message for +find+ on an inverse_of as... |
| 6c5032f |
2013-04-01 |
Throwing a RecordNotFound exception when a record is sca... |
| 3650edf |
2013-03-23 |
Refactoring validate_missing_parameters to validate_requ... |
| 53b76c1 |
2013-03-21 |
Adding a bang to method name of raise_on_type_mismatch. |
| 7952eaf |
2013-03-20 |
Changed the call to .sort.last to .max when computing th... |
| 840ca09 |
2013-03-19 |
Calling find() on an association with an inverse will no... |
| 81b7416 |
2013-04-29 |
Removing Railtie::Configurable from the base Railtie obj... |
| ff25b0e |
2013-03-09 |
Renumbering the comments in the application boot process. |
| dbc4134 |
2013-03-08 |
Refactored nested associations so they are more readable... |
| 26d19b4 |
2013-05-08 |
Created a method to automatically find inverse associati... |
| 3edccfb |
2013-02-25 |
Added documentation about how touch now throws an error ... |
| 3ee30ca |
2013-03-19 |
The repair_validations helper was not working correctly ... |
| 7b30cec |
2013-02-20 |
Renaming the check_empty_arguments method to something m... |
| d49f862 |
2013-02-20 |
Added comments about the check_empty_arguments method wh... |
| e52ff80 |
2013-02-25 |
Raising an ActiveRecordError when one tries to use .touc... |
| fcdfb2b |
2013-02-16 |
Removed an old require of an MD5 digest which is no long... |
| b4c99ea |
2013-02-15 |
Added extra comment when a migration already exists of t... |
| 2938754 |
2013-03-04 |
Created an unscope method for removing relations from a ... |
| 67d8bb9 |
2013-02-20 |
Reduced memory leak problem in transactions by lazily up... |
| bbcebb6 |
2013-01-20 |
Added a changelog entry. |
| 6ca3428 |
2013-01-20 |
Removed reflects_transaction_state. |
| 26853e8 |
2013-01-21 |
Refactored transaction state into its own object. Each t... |
| 0355962 |
2013-01-20 |
Created state for a transaction and added tests. |