Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 1 | -1/+1 |
| | | | | | Rails.application when drawing routes and creating other configurations on the application. | ||||
* | Fixed typo in railties/test | Prathamesh Sonpatki | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -2/+2 |
| | |||||
* | Tighten up asset precompile tests | Jeremy Kemper | 2012-10-12 | 1 | -3/+2 |
| | |||||
* | Minor test refactoring: Use add_to_env instead of an initializer | Guillermo Iguaran | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In the current router DSL, using the +match+ DSL method will match all verbs for the path to the specified endpoint. In the vast majority of cases, people are currently using +match+ when they actually mean +get+. This introduces security implications. This commit disallows calling +match+ without an HTTP verb constraint by default. To explicitly match all verbs, this commit also adds a :via => :all option to +match+. Closes #5964 | ||||
* | Fix a couple more script[type=text/javascript] tests affected by #5748 | Jeremy Kemper | 2012-04-08 | 1 | -4/+4 |
| | |||||
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Warnings removed for "assert_match /" Please do | Arun Agrawal | 2011-09-04 | 1 | -4/+4 |
| | | | | not add more.! | ||||
* | Fix asset debugging tests to reflect last changes in 3-1-stable | Guillermo Iguaran | 2011-08-31 | 1 | -9/+18 |
| | |||||
* | Fix failing asset debug test under 1.8 | Guillermo Iguaran | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Move asset debugging tests into a separate test case | Daniel Schierbeck | 2011-08-25 | 1 | -0/+56 |
Also: - Refactor AssetDebuggingTest. - Use the %r regexp syntax. That way we don't need to escape the /'s. |