| 45448a5 |
2012-12-14 |
Replace some global Hash usages with the new thread safe... |
| 9f84e60 |
2012-10-18 |
Make DescendantsTracker thread safe and optimize the #de... |
| abf0c71 |
2013-02-24 |
There is already a Set of non-hidden action_names lying ... |
| 7cc5bf5 |
2012-10-18 |
There is already a Set of non-hidden action_names lying ... |
| a5f57a7 |
2011-07-28 |
Make use of the inherited initializer. |
| a53ef97 |
2011-08-13 |
Make use of the inherited initializer. |
| 34c5089 |
2011-07-28 |
Make use of the inherited initializer. |
| 4d4d217 |
2011-07-28 |
There is no need to be destructive with the passed-in op... |
| 37b30d4 |
2011-08-13 |
There is no need to be destructive with the passed-in op... |
| 0753d0b |
2011-07-28 |
There is no need to be destructive with the passed-in op... |
| efe4cbe |
2011-07-27 |
Handle the empty array correctly. |
| 45f9c2b |
2011-08-13 |
Handle the empty array correctly. |
| 09dd71c |
2011-07-28 |
Handle the empty array correctly. |
| 624b118 |
2011-07-25 |
Use shorter class-level File methods instead of going th... |
| 1086358 |
2011-07-25 |
Bring back the ability to provide :order for update_all. |
| 787194e |
2011-07-25 |
Bring back the ability to provide :order for update_all. |
| 036f775 |
2011-07-25 |
Make polymorphic_url calls go through application helper... |
| 9395e89 |
2011-07-25 |
Make polymorphic_url calls go through application helper... |
| 03cd88a |
2011-05-21 |
Fix AS::Duration#duplicable? on 1.8 |
| 1c614bc |
2011-05-21 |
Handle polymorphic_type NOT NULL-able columns as well. |
| bb47927 |
2010-09-27 |
Convert unless/else into if/else. |
| b127e0c |
2010-09-27 |
Performance: refactor convert_options_to_data_attributes. |
| 5b81d1f |
2010-09-27 |
Hash#empty? is faster than Enumerable#any? when used on ... |
| e12e2fb |
2010-09-27 |
Cache 2 of Request's commonly called methods. |
| 8fdb34b |
2010-09-27 |
Cache url_options on a per-request basis. |
| 8cda132 |
2010-09-27 |
Make InheritableOptions's constructor more flexible. |
| 918dc27 |
2010-09-27 |
Compile ActionController::Base.config's methods to avoid... |
| 5a51848 |
2010-09-27 |
Try to use Hash's native #[] for speed. |
| f2e0b35 |
2010-09-27 |
Use native attr_* macros for performance reasons. |
| 9c57bd8 |
2010-09-27 |
Fix Namind#model_name. |
| dc09cc0 |
2010-09-27 |
Assume compute_asset_host returns reasonable values. |
| dcabc6c |
2010-09-27 |
Remove dead code. |
| 7d9f605 |
2010-09-27 |
Clean up url_for. |
| 7035766 |
2010-09-27 |
Do a single string interpolation. |
| e1bccc5 |
2010-09-27 |
Simple .empty? test will do fine here (rails_asset_id re... |
| 7cee158 |
2010-09-27 |
options[:action] is very likely to be nil. |
| 77efc20 |
2010-09-27 |
Make assert_valid_keys slightly faster. |
| 4c360c1 |
2010-09-27 |
No need for an extra wrapper array. |
| 320382c |
2010-09-27 |
Creating singleton class for every object whenever the i... |
| 86bcccf |
2010-09-27 |
No need to create a separate lambda for each call. |
| 7b2d518 |
2010-09-27 |
Make asset extension rewriting faster. |
| 05e53b4 |
2010-09-27 |
Optimize relative_url_root rewriting code. |
| 6a1267a |
2009-03-24 |
Fix template extension parsing. [#2315 state:resolved] [... |
| ae9f258 |
2009-03-24 |
Fix template extension parsing. [#2315 state:resolved] [... |
| d2e6a0f |
2009-03-24 |
Simplify handling of absolute path templates. [#2276 sta... |
| e3b166a |
2009-03-24 |
Simplify handling of absolute path templates. [#2276 sta... |
| 3191535 |
2009-03-06 |
Fix layouts with absolute paths [#2134 state:resolved] |
| 85df484 |
2009-02-24 |
Template without a known template handler should only be... |
| 6bf9b69 |
2009-02-20 |
Fix a failing mailer test. |
| 3942cb4 |
2009-02-12 |
Port fast reloadable templates from rails-dev-boost. |