Commit Graph

6 Commits

Author SHA1 Message Date
Elektron1c97 6bd417df50 [ci skip] Add a dollar sign to each command in the READMEs
According to pr #22443 in the guides there's always a dollar sign before every command, so why is in the main README a `$` and in every submodule a `%`?

Just eye candy..
2015-12-06 19:18:52 +01:00
claudiob 0080a886b2 [ci skip] Don’t encourage `sudo gem install`
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? 😁
2015-05-12 14:51:19 -07:00
Zachary Scott 4c66ab2b21 Feature requests should be made on the mailing list, not submitted to
the issue tracker. See also #15455 [ci skip]
2014-06-01 19:11:39 -07:00
Arun Agrawal 622d2a4b0d Moved README into action_view [ci skip] 2013-07-31 15:44:17 -04:00
Arun Agrawal 507c803a93 Added some description to generate actionview gem [ci skip] 2013-07-17 10:19:13 +02:00
Piotr Sarnacki 78b0934dd1 Add bare actionview gem to the root directory
This commit creates structure for Action View gem and is first of a
series of commits extracting Action View from Action Pack.
2013-06-20 17:23:15 +02:00