| b263050 |
2008-08-09 |
Fixed autolink regexp compatibility for ruby 1.9 [#783 s... |
| c64d749 |
2008-07-16 |
Fixed template recompile logic [#630 state:resolved] |
| fbef982 |
2008-07-15 |
Observers not longer add an after_find method to the obs... |
| 6caaa02 |
2008-07-15 |
Observers not longer add an after_find method to the obs... |
| 4db718e |
2007-10-06 |
Only cache attributes which need it for performance reas... |
| b4ec990 |
2007-10-03 |
Cache the descends_from_activerecord? call to speed up q... |
| e3670a0 |
2007-07-14 |
Improve performance of action caching. Closes #8231 [skaes] |
| 40a188b |
2007-07-11 |
Merge [7177] to release. [skaes] References #8891 |
| e80fabb |
2007-07-11 |
Fix errors with around_filters which do not yield, resto... |
| cd599aa |
2007-05-27 |
Action Caching speedup. #8231 [skaes] |
| 62455f5 |
2007-05-27 |
Ensure compiled template tests pass on windows where the... |
| cdc26bd |
2007-05-02 |
apply [6649] to stable, closes #8226 [Stefan Kaes] |
| 0778464 |
2007-05-02 |
Replace the current block/continuation filter chain hand... |
| eefa0a2 |
2007-03-16 |
Merge [6431] from trunk. CGI::Session::Pstore performanc... |
| 814dd00 |
2007-03-16 |
Performance: patch cgi/session/pstore to require digest/... |
| ae11519 |
2007-02-10 |
Merge [6143] from trunk. |
| 916f9e5 |
2007-02-10 |
Performance: patch cgi/session to require digest/md5 onc... |
| 5aced86 |
2006-11-09 |
Merge [5474] from trunk. |
| 9d2da04 |
2006-11-09 |
Cache inheritance_column. Closes #6592. |
| 84668af |
2006-11-07 |
make add_order a tad faster |
| 57a3e44 |
2006-11-07 |
make add_order a tad faster (Closes #6567) |
| 5f5d8c2 |
2006-11-06 |
Merge [5442] from trunk. |
| 5c2e9a5 |
2006-11-06 |
Cache parsed query parameters. Closes #6559. |
| a2edd43 |
2006-11-02 |
Merge [5416] from trunk. |
| c7c3994 |
2006-11-02 |
Dynamically generate reader methods for serialized attri... |
| 8ba8c7c |
2006-10-08 |
cleanup of local_assigns handling and documentation upda... |
| 48d4d43 |
2006-10-02 |
MySQL: introduce Mysql::Result#all_hashes to support fur... |
| a0c677c |
2006-09-22 |
Filters overhaul including meantime filter support for a... |
| 38efc32 |
2006-06-08 |
Remove problematic control chars in rescue template. (cl... |
| ff96498 |
2006-05-16 |
performance enhancement for previous patch [skaes] |
| 5d61d23 |
2006-04-25 |
Refactor various InstanceTag instance method to class me... |
| 4967250 |
2006-04-06 |
Fixed that template extensions would be cached developme... |
| db7fadd |
2006-04-03 |
Changed those private ActiveRecord methods to take optio... |
| 5fd7118 |
2006-04-01 |
dont merge when you can update (closes #4529) [skaes] |
| c9c1852 |
2006-03-27 |
Making ActiveRecord faster [skaes] |
| d15550a |
2006-03-20 |
Fixed the hash.delete :sym (closes #2176) [Stefan Kaes] |
| 25fb2db |
2006-03-13 |
Dynamically set allow_concurrency. Closes #4044. |
| 8ff4463 |
2006-03-13 |
Simplify controller_path |
| 3cfea28 |
2006-02-27 |
Speed up class -> connection caching and stale connectio... |
| 377bdd0 |
2006-02-20 |
Added :count option to pagination that'll make it possib... |
| 7654082 |
2006-02-09 |
Major components cleanup and speedup. Closes #3527. |
| 6236d51 |
2006-01-22 |
Added the possibility to specify atomatic expiration for... |
| a9f4205 |
2005-12-08 |
r3392@asus: jeremy | 2005-12-07 21:10:42 -0800 |
| cf54a71 |
2005-12-08 |
MySQL: more robust test for nullified result hashes. Re... |
| fe09fa2 |
2005-11-19 |
r3174@asus: jeremy | 2005-11-19 01:53:00 -0800 |
| 2ed6d36 |
2005-11-19 |
Correct boolean handling in generated reader methods. R... |
| b8ea04f |
2005-11-19 |
r3167@asus: jeremy | 2005-11-18 22:47:31 -0800 |
| b51c339 |
2005-11-19 |
Don't generate read methods for columns whose names are ... |
| fb3fc46 |
2005-11-18 |
Correct length for the truncate text helper. Closes #2913. |
| ba942df |
2005-11-16 |
fewer objects, no loop in convert_content_type. Closes ... |
| c63f3bd |
2005-11-16 |
Inline commonly-called template presence checks. Closes... |
| ede5055 |
2005-11-16 |
Avoid logging code if logger is nil. Closes #2881. |
| eb1dd6a |
2005-11-16 |
Use Set instead of Array to speed up prototype helper in... |
| cb0e27c |
2005-10-28 |
Fix that render :text didn't interpolate instance variab... |
| 86a5710 |
2005-10-25 |
Reset template variables after using render_to_string. C... |
| 3ab3a70 |
2005-10-22 |
Clarify semantics of ActiveRecord::Base#respond_to? Clo... |
| cb8bb70 |
2005-10-17 |
Make string-keys locals assigns optional |
| 140a5f8 |
2005-10-13 |
Optimize postgresql selects. |
| dcc2263 |
2005-10-11 |
Speed up for unthreaded environments. Closes #2431. |
| 31ae812 |
2005-10-11 |
Optimization for Mysql selects using mysql-ruby extensio... |
| 0efeeba |
2005-10-11 |
Speed improvement for session_options. #2287. [skaes@web... |
| d736568 |
2005-10-10 |
Speed up the setting of table_name. Closes #2428. |
| eb2fbf0 |
2005-10-09 |
Optimize instantiation of STI subclass records. In parti... |
| 89733ea |
2005-10-09 |
Optimization refactoring for add_limit_offset!. In parti... |
| f218771 |
2005-10-07 |
Add option (true by default) to generate reader methods ... |
| c0899bc |
2005-10-06 |
Add convenience predicate methods on Column class. In pa... |
| 5640773 |
2005-09-27 |
Streamline render process, code cleaning. Closes #2294. |
| df95567 |
2005-09-24 |
Added native, faster implementations of .blank? for the ... |
| 7f26415 |
2005-09-20 |
Optimized tag_options to not sort keys, which is no long... |
| 428e0f4 |
2005-09-15 |
Added check for RAILS_CONNECTION_ADAPTERS on startup and... |
| 40b7809 |
2005-09-15 |
Added check for RAILS_CONNECTION_ADAPTERS on startup and... |
| e9504bb |
2005-09-15 |
Cache relative_url_root for all webservers, not just Apa... |
| b37d7a7 |
2005-09-15 |
Speed up cookie use by decreasing string copying #2194 [... |
| 689cca1 |
2005-09-08 |
Performance improvements to CGI methods. Closes #1980 |
| eec7cc0 |
2005-07-27 |
Fixed dynamic scaffolding [Stefan Kaes] |
| 36fee9c |
2005-07-25 |
Fixed broken error handling #1827 [Stefan Kaes] |
| 4f40b2d |
2005-07-24 |
Improved performance of test app req/sec with ~10% refac... |
| 1ae0a53 |
2005-07-24 |
Fixed regression for content_for #1820 [Stefan Kaes] |
| b366dbd |
2005-07-23 |
Improved performance with 5-30% through a series of Acti... |
| 7fe3fd2 |
2005-07-23 |
Extended template caching to rxml and attempted to fix p... |
| c19ca51 |
2005-07-22 |
Fixed changing templates in development mode [Stephan Kaes] |
| 45804e2 |
2005-07-15 |
More pagination speed #1334 [Stefan Kaes] |
| 16595c9 |
2005-07-14 |
Made pagination faster #1334 [Stefan Kaes] |
| 6f05696 |
2005-07-14 |
Added :select option to find which can specify a differe... |
| 9933ec8 |
2005-07-05 |
r2840@asus: jeremy | 2005-07-05 00:42:27 -0700 |
| 7bcaf2b |
2005-07-04 |
r2817@asus: jeremy | 2005-07-04 20:49:12 -0700 |
| e24e2c4 |
2005-07-03 |
Mark ticket # in changelog. Snip some trailing whitespace. |
| 9ebe33f |
2005-07-03 |
r1601@asus: jeremy | 2005-07-02 14:33:08 -0700 |
| 5650bc9 |
2005-07-02 |
r1588@asus: jeremy | 2005-07-02 03:14:45 -0700 |
| c8b4cf6 |
2005-05-19 |
Speed up timestamping a tad #1227 [skaen] |
| 977671c |
2005-05-19 |
Optimize ActionCacheFilter by using url_for less #1230 [... |
| caf6ff6 |
2005-05-19 |
Cache relative_url_root and optimize path #1232 [skaen] |
| 3a057ea |
2005-05-19 |
Faster action_exempted? #1231 [skaen] |
| aefb36a |
2005-04-07 |
Fixed Cache#expire_matched_fragments that couldn't recog... |
| 91834e0 |
2005-04-02 |
Fixed that benchmarking times for rendering included db ... |
| aec31cd |
2005-04-02 |
Fixed Base.silence/benchmark to only log if a logger has... |
| 06a6133 |
2005-04-02 |
Added a join parameter as the third argument to Base.fin... |
| e130b9e |
2005-03-31 |
Added a join parameter as the third argument to Base.fin... |