Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make sure that we're able to run Action Pack test standalone. | Prem Sichanugrist | 2011-05-22 | 1 | -2/+7 | |
|/ | | | | | | | | Sprocket was trying to look for these two things: * `Rails::VERSION::STRING` * `.initializer(str)` in `Rails::Engine` This commit added require to version.rb into Abstract Unit, and mocking the `Rails::Engine.initializer` in `sprockets_helper_test.rb` | |||||
* | Replace example hostname with "example.com". | Joost Baaij | 2011-04-21 | 1 | -12/+12 | |
| | | | | | The hostname used in these comments actually exists, which is undesirable. See also RFC 2606. | |||||
* | Let's use inheritance here, shall we? | José Valim | 2011-04-19 | 1 | -0/+8 | |
| | ||||||
* | Switch to asset_path and make it available in the Sprockets::Context (now ↵ | David Heinemeier Hansson | 2011-04-19 | 1 | -22/+18 | |
| | | | | you can do asset_path("logo.png") in a stylesheet.css.erb file and get fingerprinting) | |||||
* | All assets, including images, audio, and video, now uses the asset pipeline ↵ | David Heinemeier Hansson | 2011-04-19 | 1 | -0/+19 | |
| | | | | when its on | |||||
* | Seperate asset directories | Joshua Peek | 2011-03-29 | 1 | -15/+18 | |
| | ||||||
* | Tests for SprocketsHelper | Joshua Peek | 2011-03-29 | 1 | -0/+93 | |