Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Don’t encourage `sudo gem install` | claudiob | 2015-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | I think we are better off leaving `sudo` outside of the documented way of installing gems (`activerecord`, `actionpack`, …). We don’t want newbies to think that `sudo` is required or, even worse, than they actually have to type `[sudo] gem install`. In most scenarios, `sudo` is not needed to install gems, and people who do need it, probably already know about it. What do you think? :grin: | ||||
* | Feature requests should be made on the mailing list, not submitted to | Zachary Scott | 2014-06-01 | 1 | -1/+6 |
| | | | | the issue tracker. See also #15455 [ci skip] | ||||
* | Moved README into action_view [ci skip] | Arun Agrawal | 2013-07-31 | 1 | -0/+5 |
| | |||||
* | Added some description to generate actionview gem [ci skip] | Arun Agrawal | 2013-07-17 | 1 | -2/+0 |
| | |||||
* | Add bare actionview gem to the root directory | Piotr Sarnacki | 2013-06-20 | 1 | -0/+31 |
This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack. |