| ddaa5d5 |
2013-05-11 |
Don't try to EXPLAIN select_db calls |
| 1cc63e9 |
2013-05-10 |
Don't try to EXPLAIN select_db calls |
| a33d320 |
2013-05-10 |
Don't try to EXPLAIN select_db calls |
| 8684556 |
2013-05-10 |
Don't try to EXPLAIN select_db calls |
| d6b9e8e |
2013-05-06 |
Instrument template compilation |
| 36d41a1 |
2013-05-06 |
Allow fetching multiple values from the cache at once |
| 5f07048 |
2013-04-16 |
Extract a base class from ActiveSupport::LogSubscriber |
| d552d8f |
2013-03-07 |
Use the instrumentation framework to instrument Strong P... |
| ec23296 |
2013-02-20 |
Register trackers on extensions, not handlers |
| 5070370 |
2013-02-20 |
Rename ErbTracker to ERBTracker |
| 4452849 |
2013-02-20 |
Return an empty array if no tracker is found |
| 9ca8c63 |
2013-02-20 |
Use a thread safe hash |
| 1879a33 |
2013-02-20 |
Allow registering custom dependency trackers |
| 889bf19 |
2013-02-20 |
Extract dependency tracking from Digestor |
| 300868d |
2012-04-12 |
Remove the addition to the guides |
| 1d48e50 |
2012-04-12 |
Add changelog entry |
| 5fb6bd8 |
2012-04-12 |
Remove Module#delegate! |
| cd2136a |
2011-12-27 |
Make Request#remote_ip return nil when HTTP_X_FORWARDED_... |
| 402a119 |
2012-04-12 |
Add back the old `deprecate` method as `deprecate!` |
| a76fbee |
2011-09-04 |
No need to use a begin block there |
| 3b1537a |
2012-04-12 |
Document the changes to delegate in the guides |
| 2310db3 |
2012-04-12 |
Change API docs regarding delegation to non-public methods |
| 1bac04e |
2012-04-12 |
Optimize the performance of #delegate |
| a720243 |
2011-08-29 |
Split long string into multiple shorter ones
|
| 62a61ad |
2011-08-28 |
Refactor ActionDispatch::Http::UploadedFile |
| 8724f00 |
2011-08-25 |
Don't require a specific value for the ?debug flag |
| b59aa35 |
2011-08-25 |
Make Sprockets::Helpers::RailsHelper#debug_assets? more ... |
| 372892e |
2011-08-25 |
Move asset debugging tests into a separate test case |
| eb0b714 |
2011-08-24 |
Simplify JavaScriptHelper#escape_javascript |
| cacdbb9 |
2011-08-23 |
Remove trailing whitespace |
| 725617a |
2011-08-30 |
Document the Sprockets compressors |
| db181bd |
2011-08-22 |
Refactor Sprockets::Helpers::RailsHelper#performing_cach... |
| a982443 |
2011-07-09 |
Make #extract_schema_and_table an instance method in Utils |
| 9991f0f |
2011-07-08 |
Refactor PostgreSQLAdapter a bit |
| ef8c2a8 |
2011-05-24 |
Also use double quotes for #source |
| 962936c |
2011-05-24 |
Use quotes consistently in Gemfile |
| 93659a3 |
2011-05-22 |
Remove superfluous whitespace from ActiveModel::SecurePa... |
| 1a05125 |
2011-01-15 |
Properly indent code example block |
| 50b3040 |
2010-02-08 |
Remove commas |
| 02a31b9 |
2009-12-21 |
Fix some more typos in ActionController::Responder |
| d62661b |
2009-12-21 |
Fix some typos in the docs for ActionController::Responder |
| 5cf7cbf |
2009-02-23 |
Make the 'Guides Index' menu link point to index.html |
| c2a0624 |
2009-02-20 |
Fix code blocks inside info boxes |
| bf95e5a |
2008-12-29 |
Made code segments and method names have fixed-width fonts |
| 1f31ba7 |
2008-11-25 |
Made documentation of validates_presence_of use monospac... |
| 0306fe5 |
2008-11-05 |
Improved the use of monospace fonts in the documentation... |
| a5156d9 |
2008-11-20 |
Ensure only delegations to methods can have an automatic... |
| 2f7c073 |
2008-11-20 |
Ensure only delegations to methods can have an automatic... |
| de0ed53 |
2008-10-19 |
Simplified the implementation of the :prefix option. |
| 32a58d2 |
2008-10-19 |
Added documentation of the new :prefix option. |
| 0cb382c |
2008-10-19 |
Moved test object instantiation to a setup method. |
| ab2b157 |
2008-10-19 |
Made the :prefix option on Module#delegate accept a cust... |
| 731c63f |
2008-10-19 |
Added :prefix option to Module#delegate. |
| 51b5db1 |
2008-09-14 |
Fixed indentation error caused by the last commit. |
| 93a49c3 |
2008-09-14 |
Fixed typo in ActiveRecord aggregations documentation. |