Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -2/+2 |
| | | | | Same as 4d4ff531b8807ee88a3fc46875c7e76f613956fb | ||||
* | Make the application name snake cased when it contains spaces | Robin Dupret | 2013-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | The application name is used to fill the `database.yml` and `session_store.rb` files ; previously, if the provided name contained whitespaces, it led to unexpected names in these files. Since Shellwords.escape adds backslashes to escape spaces, the app_name should remove them and replace any space with an underscore (just like periods previously). Also improve the assert_file helper to work with paths containing spaces using String#shellescape. | ||||
* | Revert "Merge pull request #10194 from ↵ | Carlos Antonio da Silva | 2013-04-12 | 1 | -3/+1 |
| | | | | | | | pabloh/extract_regexp_at_generators_testing_assertion" This reverts commit 81f243375b9d3cfd431c1ca904c5c1efc9a41ae8, reversing changes made to c7673b0981d961e5510c85d958c944876d543314. | ||||
* | Extract method declaration regexp into a constant | Pablo Herrero | 2013-04-12 | 1 | -1/+3 |
| | |||||
* | Move the class methods to above the protected section | Rafael Mendonça França | 2013-04-01 | 1 | -3/+0 |
| | |||||
* | Break down Rails::Generator::TestCase into modules | Pablo Herrero | 2013-03-31 | 1 | -0/+124 |