Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actionview should be able to install using install.rb [ci skip] | Arun Agrawal | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | Do not use --local option when installing the gems | Rafael Mendonça França | 2013-02-25 | 1 | -3/+3 |
| | |||||
* | Adding a usage message to install.rb script | Tim Raymond | 2013-01-03 | 1 | -0/+5 |
| | | | | | | | Previously, invoking the install.rb script with zero arguments caused it to attempt to install all gems without a version suffix, which would fail spectacularly. Failing gracefully with a usage message is more helpful to a first-time user. | ||||
* | Pass in `--local` when doing `gem install` for local gems. | Utkarsh Kukreti | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+1 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | Whitespace only: Use single newline at end of file. | Brook Riggio | 2012-01-27 | 1 | -1/+1 |
| | | | | Bring these files into accordance with the prevailing convention. | ||||
* | Add install script for testing gems locally | David Heinemeier Hansson | 2010-07-26 | 1 | -0/+11 |