aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Ensure the scaffold tests will pass when using references attributesRafael Mendonça França2012-12-101-0/+10
| * | | | | Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-104-8/+19
| * | | | | Extract a attributes_names method to avoid duplicationRafael Mendonça França2012-12-104-22/+12
| * | | | | Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-106-10/+41
| * | | | | Make references and belongs_to attributes to generate the _id column inRafael Mendonça França2012-12-102-2/+7
| * | | | | Put the reference and belongs_to attributes in the scaffold tests.Rafael Mendonça França2012-12-103-12/+9
| * | | | | Use the references and belongs_id ids in the scaffold_controllerRafael Mendonça França2012-12-092-1/+10
| * | | | | Add test case for scaffold_controller generator without attributes.Rafael Mendonça França2012-12-091-0/+9
* | | | | | Merge pull request #8472 from schneems/schneems/expand_pathRafael Mendonça França2012-12-091-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use `File.expand_path` instead of `File.join`schneems2012-12-091-1/+1
* | | | | | Revert "Omit directories from gemspec.files for RubyGems 2 compat."Jeremy Kemper2012-12-097-7/+7
* | | | | | Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-0915-266/+60
| |/ / / / |/| | | |
* | | | | revise block on kindle guides [ci skip]Vijay Dev2012-12-091-3/+1
* | | | | Remove the spaces after the open bracket and before the close bracket.Rafael Mendonça França2012-12-091-1/+1
* | | | | Merge pull request #8469 from kytrinyx/explicit-mysql-instructionsRafael Mendonça França2012-12-091-0/+3
|\ \ \ \ \
| * | | | | Include command to create mysql userKatrina Owen2012-12-091-0/+3
* | | | | | Revert "API reader should look elsewhere for helper instructions"Vijay Dev2012-12-091-24/+0
* | | | | | Merge pull request #8466 from gclag/stats-handle-new-test-locationsJeremy Kemper2012-12-081-1/+7
|\ \ \ \ \ \
| * | | | | | Make code statistics rake task handle new test locations properlyGeorge Claghorn2012-12-091-1/+7
|/ / / / / /
* | | | | | Omit directories from gemspec.files for RubyGems 2 compat.Jeremy Kemper2012-12-087-7/+7
* | | | | | Fix method assertion ensuring it will match "end" with the same indentationCarlos Antonio da Silva2012-12-081-2/+2
* | | | | | Merge pull request #8346 from sodabrew/patch-1Jeremy Kemper2012-12-088-34/+144
|\ \ \ \ \ \
| * | | | | | Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-088-34/+144
* | | | | | | Merge pull request #8348 from danchoi/masterVijay Dev2012-12-084-5/+128
|\ \ \ \ \ \ \
| * | | | | | | Add periodical-style TOC and navigation to Kindle version of guidesDaniel Choi2012-12-014-5/+128
* | | | | | | | update release notes [ci skip]Vijay Dev2012-12-081-1/+41
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-0832-172/+196
|\ \ \ \ \ \ \
| * | | | | | | copy edits [ci skip]Vijay Dev2012-12-082-4/+3
| * | | | | | | Revert "Introduce Bundler and Gemfiles in a NOTE"Vijay Dev2012-12-081-2/+0
| * | | | | | | Fill out API Documentation Guidelines 'you will learn' list.Steve Klabnik2012-12-071-0/+4
| * | | | | | | Fill out Active Support Core Extensions 'you will learn' list.Steve Klabnik2012-12-071-0/+5
| * | | | | | | Remove reference to background queue in mailer guide.Steve Klabnik2012-12-071-2/+0
| * | | | | | | Remove references to Rails versions.Steve Klabnik2012-12-0713-59/+15
| * | | | | | | Update activesupport/lib/active_support/deprecation/proxy_wrappers.rbClaudio B.2012-12-071-1/+1
| * | | | | | | Punctuation, capitalization, grammar fixes in rails guidesKatie Oldaker2012-12-077-15/+19
| * | | | | | | Fix small grammatical errorMax Katz2012-12-071-1/+1
| * | | | | | | Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-0722-88/+88
| * | | | | | | Added overview items to Guides Guidelines prologueIan C. Anderson2012-12-071-0/+3
| * | | | | | | changing tense, since Rails 3.2 has been releasedDrew Dara-Abrams2012-12-061-1/+1
| * | | | | | | API reader should look elsewhere for helper instructionsThiago Pinto2012-12-061-0/+24
| * | | | | | | complementary options guidelines for f.file_field and file_field_tagThiago Pinto2012-12-062-0/+8
| * | | | | | | adding example for f.file_inputThiago Pinto2012-12-061-0/+3
| * | | | | | | adding example for f.file_inputThiago Pinto2012-12-061-0/+3
| * | | | | | | correct bad jquery syntaxThiago Pinto2012-12-061-2/+2
| * | | | | | | Introduce Bundler and Gemfiles in a NOTEPablo Torres2012-12-051-0/+2
| * | | | | | | Define a generator before referring to itPablo Torres2012-12-041-1/+1
| * | | | | | | Correct bad EnglishPablo Torres2012-12-041-2/+2
| * | | | | | | Merge pull request #120 from tonytonyjan/patch簡煒航2012-12-041-1/+18
| |\ \ \ \ \ \ \
| | * | | | | | | add a notice about loading assets in production modeTony Jian2012-12-051-1/+18
| |/ / / / / / /
* | | | | | | | Fix scaffold controller generator testsCarlos Antonio da Silva2012-12-081-8/+6