CARVIEW |
-
Rails plugin for picking a non-ssl asset host as often as possibleCreated Thu Nov 27 08:21:03 -0800 2008
-
Database based asynchronously priority queue system -- Extracted from ShopifyForked from tobi/delayed_job Fri Nov 28 04:22:41 -0800 2008
Public Activity
ed5fa2fe339e0aabde657ffdec24ac591d390d73
Mark CHANGELOGs for release
e73445ba1b3a0e3561e41bbb932957be1eb9d869
Merge branch 'master' of git@github.com:rails/rails
bc36b07d14b4309a78e65cdb0d2984e163f847a3
Make sure #compute_public_path caching allows to return different results
ee701e0672f5b0978ace900f272b577b45bf826b
Fixed the AssetTagHelper cache to use the computed asset host as part of the cache key instead of just assuming the its a string [#1299 state:fixed]

-
dhh committed a1fb57aa:
Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH]
-
dhh committed f1e20ce9:
Merge branch 'master' of git@github.com:rails/rails
-
dhh committed 49a055df:
Fixed the AssetTagHelper cache to use the computed asset host as part of the cache key instead of just assuming the its a string [#1299 state:committed]
a1fb57aa6940253dbed5423ac3e064db272eab2a
Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH]
f1e20ce9a781eb73e421678fc8149eba77ddc6f6
Merge branch 'master' of git@github.com:rails/rails
49a055dff639164435dfb71bf18d695970eedac9
Fixed the AssetTagHelper cache to use the computed asset host as part of the cache key instead of just assuming the its a string [#1299 state:committed]

-
dhh committed 0efec645:
Merge branch 'master' of git@github.com:rails/rails
-
yaroslav committed 66ee5890:
Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed]