| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
[#3911 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
add lazy_load_hooks.rb, which allows us to declare code that
should be run at some later time. For instance, this allows
us to defer requiring ActiveRecord::Base at boot time purely
to apply configuration. Instead, we register a hook that should
apply configuration once ActiveRecord::Base is loaded.
With these changes, brings down total boot time of a
new app to 300ms in production and 400ms in dev.
TODO: rename base_hook
|
| |
|
|
|
|
| |
its real purpose.
|
| |
|
|
|
|
| |
Signed-off-by: José Valim <jose.valim@gmail.com>
|
| |
|
| |
|
|
|
|
| |
status:resolved]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
new member action.
|
| |
|
|
|
|
| |
Signed-off-by: José Valim <jose.valim@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
'products/overview', :to => 'products#overview', :as => 'products_overview'
|
| |
|
| |
|
| |
|
|
|
|
| |
:to for simple routes
|
|
|
|
| |
that takes the path parameters as a Hash
|
|
|
|
| |
named_route [#3561 state:resolved]
|
|
|
|
| |
top of rack call
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
resource collection name
|
| |
|
| |
|
|
|
|
| |
extend the mapper
|
| |
|
|
|
|
| |
in the scope
|
| |
|
| |
|
| |
|
| |
|