aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos and add a few suggestionsFatos Morina2017-11-281-3/+3
|
* Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
|
* [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-061-2/+1
| | | | | | 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..
* [ci skip] Don’t encourage `sudo gem install`claudiob2015-05-121-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 toZachary Scott2014-06-011-1/+6
| | | | the issue tracker. See also #15455 [ci skip]
* Moved README into action_view [ci skip]Arun Agrawal2013-07-311-5/+0
|
* PUT => PATCH or PUTAkira Matsuda2013-01-021-1/+1
|
* Remove outdated examples and feature highlightsDavid Heinemeier Hansson2012-08-071-285/+0
|
* Fix actionpack readme weblog exampleAlexey Vakhov2012-02-181-1/+1
|
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
| | | | minor
* Finished implementation of MIT license linking.Kristian Freeman2011-12-231-1/+3
|
* Rubygems => RubyGemsSukeerthi Adiga2011-08-131-1/+1
|
* rephrase "like to be"Waynn Lue2011-08-131-1/+1
|
* The trailing '/' isn't being picked up by Github anyway, and the link works ↵Rashmi Yadav2011-08-131-1/+1
| | | | as is.
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-1/+1
|\ | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/core_ext/kernel/requires.rb
| * changed http://api.rubyonrails.com to http://api.rubyonrails.org in readme ↵Karunakar (Ruby)2011-05-241-1/+1
| | | | | | | | files
* | README updated for for => eachArun Agrawal2011-05-191-3/+3
|/
* fix coding error in readme reported in rails GH #980Vijay Dev2011-05-171-1/+1
|
* Some readme fixes as required. Arun Agrawal2011-05-101-1/+1
|
* removed references to RJS from the AP READMEXavier Noria2011-04-131-2/+1
|
* s/ERb/ERB/g (part II)Akira Matsuda2011-04-031-2/+2
|
* "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-1/+1
| | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
* minor fixesin READMEsVijay Dev2010-12-201-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* removed duplicate wordMark Hayes2010-08-031-1/+1
|
* improve Action Pack READMEMislav Marohnić2010-07-221-95/+55
| | | | | | | - revise introductory text - list modules contained in the package - improve examples - remove obsolete `scaffold` and `form` examples
* revise download/installation/support sections in READMEsMislav Marohnić2010-07-221-10/+10
| | | | | | | - don't reference ancient gem versions - don't link to old API doc subdomains - point to GitHub instead of RubyForge - point to Lighthouse account for support
* Add .rdoc extension to README files.José Valim2010-07-211-0/+382