Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Test that a Rails.queue consumer is automatically started in production | Jeremy Kemper | 2012-10-13 | 3 | -3/+14 | |
* | | | | | Backpedal from class-oriented config.queue. Set an actual queue instance. | Jeremy Kemper | 2012-10-12 | 10 | -26/+14 | |
* | | | | | Tighten up asset precompile tests | Jeremy Kemper | 2012-10-12 | 2 | -4/+3 | |
* | | | | | Remove the queue container. Premature consolidation. Set up and maintain queu... | Jeremy Kemper | 2012-10-12 | 5 | -68/+9 | |
* | | | | | Merge pull request #7891 from schneems/schneems/rake_command_warning | José Valim | 2012-10-12 | 1 | -23/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | Prompt to run rake when accidentally typed rails | schneems | 2012-10-12 | 1 | -23/+32 | |
* | | | | | | performance improvements to joins! | Aaron Patterson | 2012-10-12 | 2 | -5/+13 | |
* | | | | | | Speed up relation merging by reducing calls to Array#- | Aaron Patterson | 2012-10-12 | 1 | -3/+5 | |
* | | | | | | Merge pull request #7007 from Mik-die/hash_extract | Rafael Mendonça França | 2012-10-12 | 4 | -6/+49 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add more testcases and doc about Hash#extract! | Mikhail Dieterle | 2012-10-08 | 3 | -6/+21 | |
| * | | | | | | make Hash#extract! more symmetric with Hash#slice | Mikhail Dieterle | 2012-10-08 | 3 | -3/+31 | |
* | | | | | | | Merge pull request #7926 from senny/whitespace_cleanup | Rafael Mendonça França | 2012-10-12 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | trailling whitespace cleanup in query_methods.rb | Yves Senn | 2012-10-12 | 1 | -12/+12 | |
| | | | * | | | | Remove old asset_path from rails config | Joshua Peek | 2012-10-15 | 3 | -26/+1 | |
| | | | * | | | | :fire: Rails asset id support | Joshua Peek | 2012-10-15 | 7 | -246/+2 | |
| | | | * | | | | merge! default asset tag options | Joshua Peek | 2012-10-15 | 1 | -12/+12 | |
| | | | * | | | | Just check request instead of controller.request | Joshua Peek | 2012-10-15 | 1 | -13/+2 | |
| | | | * | | | | Allow asset url config to be undefined | Joshua Peek | 2012-10-13 | 2 | -2/+45 | |
| | | | * | | | | Add a few more compute_asset_path tests | Joshua Peek | 2012-10-13 | 1 | -0/+8 | |
| | | | * | | | | All asset url helpers should pass options | Joshua Peek | 2012-10-12 | 1 | -24/+24 | |
| | | | * | | | | JAVASCRIPTS_DIR, STYLESHEETS_DIR, ASSETS_DIR don't even exist anymore | Joshua Peek | 2012-10-12 | 1 | -28/+0 | |
| | | | * | | | | Ensure AssetUrlHelper can be mixed into AC::Base | Joshua Peek | 2012-10-12 | 2 | -6/+46 | |
| | | | * | | | | Refactor AssetUrlHelper to make it friendly for plugins and extensions | Joshua Peek | 2012-10-12 | 9 | -346/+275 | |
| | | | * | | | | Add asset_path and asset_url helpers | Joshua Peek | 2012-10-12 | 3 | -17/+72 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #7923 from josh/seperate-asset-tag-and-url-concerns | Rafael Mendonça França | 2012-10-12 | 5 | -419/+416 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Split asset url helpers into seperate AssetUrlHelper | Joshua Peek | 2012-10-12 | 5 | -419/+416 | |
|/ / / / / / | ||||||
* | | | | | | ActiveSupport::SynchronousQueue doesn't have the drain method. | Rafael Mendonça França | 2012-10-12 | 1 | -4/+4 | |
* | | | | | | Move the TestQueue tests to the proper file | Rafael Mendonça França | 2012-10-12 | 2 | -47/+44 | |
* | | | | | | Merge pull request #7871 from bjnord/master | Rafael Mendonça França | 2012-10-12 | 3 | -8/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add .rake to `rake notes` and `rake notes:custom` | Brent J. Nordquist | 2012-10-12 | 3 | -8/+12 | |
* | | | | | | | Merge pull request #7913 from mje113/master | Xavier Noria | 2012-10-12 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Padding expires_in by 5 minutes on dalli key write to facilitate :race_condit... | Mike Evans | 2012-10-11 | 1 | -0/+4 | |
* | | | | | | | | Merge pull request #7919 from arunagw/warning_removed_shadowing | Rafael Mendonça França | 2012-10-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | warning removed: shadowing outer local variable - value | Arun Agrawal | 2012-10-12 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #7765 from insside/clever-order | Jon Leighton | 2012-10-12 | 3 | -4/+73 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | learn ActiveRecord::QueryMethods#order work with hash arguments | Tima Maslyuchenko | 2012-10-12 | 3 | -4/+73 | |
|/ / / / / / / / | ||||||
* / / / / / / / | Immediately run queued jobs in tests. Otherwise you have to explicitly drain ... | Jeremy Kemper | 2012-10-12 | 2 | -5/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Don't allocate new strings in compiled attribute methods | Jon Leighton | 2012-10-12 | 2 | -20/+39 | |
* | | | | | | | Revert "Key the attributes hash with symbols" | Jon Leighton | 2012-10-12 | 4 | -14/+10 | |
* | | | | | | | Merge pull request #7917 from dfens/master | José Valim | 2012-10-12 | 8 | -8/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cleanup trailing whitespaces | dfens | 2012-10-12 | 8 | -8/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7915 from frodsan/docs_permit | Rafael Mendonça França | 2012-10-11 | 1 | -0/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | update AC::Parameters#permit documentation [ci skip] | Francesco Rodriguez | 2012-10-11 | 1 | -0/+22 | |
|/ / / / / / / | ||||||
* | | | | | | | When executing permit with just a key that points to a hash, DO NOT allow all... | Santiago Pastorino | 2012-10-12 | 2 | -2/+9 | |
* | | | | | | | adding a test for b21f24d9807bd161af947cf0f0cc440c9adffb73 | Aaron Patterson | 2012-10-11 | 1 | -0/+14 | |
* | | | | | | | Merge pull request #7912 from mrship/master | Rafael Mendonça França | 2012-10-11 | 4 | -1/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Allow for deep directory path for view templates. | Andy Shipman | 2012-10-11 | 4 | -1/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #7886 from senny/3675_assert_template_twice_against_same_p... | Rafael Mendonça França | 2012-10-11 | 5 | -13/+50 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | refactor `ActionView::TestCase` internals to track rendered locals | Yves Senn | 2012-10-11 | 2 | -20/+33 | |
| * | | | | | | recognizes when a partial was rendered twice. Closes #3675 | Yves Senn | 2012-10-11 | 5 | -9/+33 |