Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Document Rails::Generators::MailerGenerator" | Vijay Dev | 2013-05-19 | 1 | -4/+2 |
| | | | | | | | | This reverts commit dfb69f2b8a85586ad70071baba416747cbb07364. Reason: Let's not nodoc without reason. [ci skip] | ||||
* | Changed the CHANGELOG for active_support and improved the doc for inflector ↵ | aditya-kapoor | 2013-05-19 | 2 | -8/+9 |
| | | | | method classify | ||||
* | Fix documentation for ActionMailer template names. | Megan Bowra-Dean | 2013-05-17 | 1 | -4/+4 |
| | | | | ActionMailer templates that are not plain text do not require *.text.* in the name and will fail to be picked up automatically if it is included in the name. | ||||
* | Merge pull request #137 from zduci/master | Radu Busuioc | 2013-05-16 | 1 | -7/+7 |
|\ | | | | | Corrected documentation regarding validation errors | ||||
| * | Corrected documentation regarding validation errors | Radu Busuioc | 2013-05-16 | 1 | -7/+7 |
|/ | |||||
* | Corrected documentation and added some more for the classify method in ↵ | aditya-kapoor | 2013-05-16 | 1 | -5/+14 |
| | | | | inflectors | ||||
* | Added some more documentation for define_readers and define_writer of the ↵ | aditya-kapoor | 2013-05-15 | 3 | -0/+15 |
| | | | | Association and its inherited classes | ||||
* | Added some more documentation for ↵ | aditya-kapoor | 2013-05-15 | 1 | -0/+11 |
| | | | | ActiveRecord::Associations::Builder::Association class | ||||
* | Added documentation for ActiveRecord::Associations::Builder::Association class | aditya-kapoor | 2013-05-15 | 1 | -0/+4 |
| | |||||
* | Document Rails::Generators::MailerGenerator | Zachary Scott | 2013-05-15 | 1 | -2/+4 |
| | |||||
* | nodoc ActionMailer module from lib/action_mailer/*.rb | Zachary Scott | 2013-05-15 | 9 | -9/+9 |
| | |||||
* | Document ActionMailer::MailHelper | Zachary Scott | 2013-05-15 | 1 | -0/+3 |
| | |||||
* | Document ActionMailer::LogSubscriber and ↵ | Zachary Scott | 2013-05-15 | 2 | -0/+6 |
| | | | | ActionMailer::DeliveryMethods::ClassMethods | ||||
* | ActionMailer::Collector should be nodoc'd | Zachary Scott | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Use new hash syntax | Mikhail Dieterle | 2013-05-14 | 1 | -2/+2 |
| | |||||
* | improved doc for ActiveRecord#find_by_sql method (Refs #10599) [ci skip] | Anton Kalyaev | 2013-05-14 | 1 | -3/+4 |
| | |||||
* | Added documentation for model migration generation | aditya-kapoor | 2013-05-14 | 1 | -0/+4 |
| | |||||
* | Added documentation for Rails::Generators::NamedBase.template | aditya-kapoor | 2013-05-14 | 1 | -0/+4 |
| | |||||
* | fix grammar | Adam Konner | 2013-05-13 | 1 | -2/+2 |
| | |||||
* | emphasize that callbacks are called in destroy_all | Neeraj Singh | 2013-05-13 | 2 | -7/+7 |
| | | | | | | | Cleaned up rdoc a bit emphasizing that callbacks are called. Also removed the stress on the fact that records are always removed. If callbacks return false then records will not be deleted. | ||||
* | Document ActionMailer::Base#set_content_type | Zachary Scott | 2013-05-12 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-05-12 | 26 | -89/+120 |
|\ | | | | | | | | | Conflicts: activesupport/lib/active_support/callbacks.rb | ||||
| * | copy edits [ci skip] | Vijay Dev | 2013-05-12 | 1 | -5/+1 |
| | | |||||
| * | ruby -> Ruby | Prathamesh Sonpatki | 2013-05-12 | 3 | -3/+3 |
| | | |||||
| * | added docs for InheritedOptions class [ci skip] | Anton Kalyaev | 2013-05-11 | 1 | -0/+8 |
| | | |||||
| * | Fixed boolean validation example to use inclusion instead of presence on ↵ | Dana Jones | 2013-05-10 | 1 | -2/+3 |
| | | | | | | | | migrations guide | ||||
| * | RDoc style for ActionMailer::Base#mail | Zachary Scott | 2013-05-10 | 1 | -23/+25 |
| | | |||||
| * | Document ActionMailer::Base::default, ::mailer_name, and #mailer_name | Zachary Scott | 2013-05-10 | 1 | -14/+25 |
| | | |||||
| * | Added documentation for ↵ | aditya-kapoor | 2013-05-10 | 1 | -0/+4 |
| | | | | | | | | ActiveRecord::Generators::MigrationGenerator.next_migration_number | ||||
| * | Added documentation for ActiveRecord::Base#next_migration_number | aditya-kapoor | 2013-05-09 | 1 | -0/+5 |
| | | |||||
| * | changed rails -> Rails at two places | aditya-kapoor | 2013-05-09 | 2 | -2/+2 |
| | | |||||
| * | minor rdoc cleanup for reflection methods | Neeraj Singh | 2013-05-09 | 1 | -4/+4 |
| | | |||||
| * | Fix Typo xml -> XML, json -> JSON | Prathamesh Sonpatki | 2013-05-08 | 1 | -2/+2 |
| | | |||||
| * | Changed spelling of Busines to Business | aditya-kapoor | 2013-05-08 | 1 | -1/+1 |
| | | |||||
| * | according to @fxn it's ERB not ERb. | Yves Senn | 2013-05-07 | 1 | -2/+1 |
| | | |||||
| * | XML-files isn't a word | Waynn Lue | 2013-05-06 | 1 | -1/+1 |
| | | |||||
| * | Fix grammar on AM.mailer_name documentation. | Hendy Tanata | 2013-05-06 | 1 | -1/+1 |
| | | |||||
| * | Improve model generator USAGE grammar | Matthew Michihara | 2013-05-05 | 1 | -5/+5 |
| | | |||||
| * | 2.15.1 is the first release that supports Rails 4. | Sam Ruby | 2013-05-05 | 1 | -1/+1 |
| | | | | | | | | specifically manifest.json | ||||
| * | dir -> directory | Prathamesh Sonpatki | 2013-05-04 | 2 | -2/+2 |
| | | |||||
| * | Changing the wordings in a few places | Akshay Khole | 2013-05-04 | 1 | -2/+2 |
| | | |||||
| * | comments in the callbacks description are in present tense | Akshay Khole | 2013-05-04 | 1 | -3/+3 |
| | | |||||
| * | Update CreateComments migration to reflect the output from Rails 4. | Douglas Teoh | 2013-05-04 | 1 | -9/+5 |
| | | |||||
| * | Fix another incorrect post_path link generation. | Douglas Teoh | 2013-05-04 | 1 | -1/+1 |
| | | |||||
| * | Remove unopened closing brace. | Douglas Teoh | 2013-05-04 | 1 | -2/+1 |
| | | |||||
| * | Fix incorrect post_path link generation. | Douglas Teoh | 2013-05-04 | 1 | -1/+1 |
| | | |||||
| * | Add some documentation for AM.mailer_name | Prem Sichanugrist | 2013-05-03 | 1 | -0/+2 |
| | | |||||
| * | replace apostrophe with backquote for matching [ci skip] | Anton Kalyaev | 2013-05-03 | 1 | -2/+2 |
| | | |||||
| * | Capitalizing internet to Internet. [ci skip] | Akshay Khole | 2013-05-03 | 2 | -2/+2 |
| | | |||||
| * | added to rdoc for unscope that default_scope wins | Neeraj Singh | 2013-05-03 | 1 | -0/+3 |
| | |