aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Clarify section titles [ci skip]Pablo Torres2012-12-021-2/+2
| | | | |
| * | | | Move note to a meaningful section in the guides [ci skip]Pablo Torres2012-12-021-2/+2
| | | | |
| * | | | Use correct conjunction and connector words [ci skip]Pablo Torres2012-12-021-3/+5
| | | | |
| * | | | match text with translation file exampleChris Walquist2012-12-021-1/+1
| | | | |
| * | | | Capitalize all table column titles in routing guidePablo Torres2012-12-021-8/+8
| | | | |
| * | | | List instructions in the order to be executedPablo Torres2012-12-021-3/+1
| | | | |
| * | | | Add shallow nesting to the routing guidePablo Torres2012-12-021-0/+85
| | | | |
| * | | | Remove nodoc from FlashHash #[]= [ci skip]Pablo Torres2012-12-011-1/+1
| | | | |
| * | | | Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-016-13/+4
| | | | |
| * | | | Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-018-71/+46
| | | | |
| * | | | nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip]Carlos Duclos2012-12-011-1/+1
| | | | |
| * | | | Add documentation for Hash.from_xml [ci skip]HPNeo2012-12-011-0/+13
| | | | |
| * | | | Add documentation to AssetTagHelper#image_alt [ci skip]Florent Guilleux2012-12-011-0/+3
| | | | |
| * | | | update AR::Schema docs [ci skip]Carlos Duclos2012-12-011-1/+6
| | | | |
| * | | | Fixes wrong typo on FormHelper [ci skip]Alvaro Pereyra2012-12-011-1/+1
| | | | |
| * | | | Cleans documentation from Helpers [ci skip]Alvaro Pereyra2012-12-015-121/+98
| | | | |
| * | | | Revert "Remove trailing whitespaces"Florent Guilleux2012-12-0128-59/+61
| | | | | | | | | | | | | | | | | | | | This reverts commit 90c887fa7d0c454b7533e208daefc342dea4d5f3.
| * | | | Remove trailing whitespacesFlorent Guilleux2012-12-0128-61/+59
| | | | |
| * | | | Add documentation to TransactionIsolationError [ci skip]Florent Guilleux2012-12-011-0/+2
| | | | |
| * | | | Improves documentation of Capture helper [ci skip]Alvaro Pereyra2012-12-012-14/+13
| | | | |
| * | | | Removes :nodoc: tag on AtomFeedHelper [ci skip]Alvaro Pereyra2012-12-011-3/+3
| | | | |
| * | | | Removes unneeded 'Example' tags and whitespaces [ci skip]Alvaro Pereyra2012-12-011-45/+42
| | | | |
| * | | | nodoc AD & AV railties classesCarlos Duclos2012-12-012-2/+2
| | | | |
| * | | | Remove :nodoc from SanitizeHelper module [ci skip]HPNeo2012-12-011-1/+1
| | | | |
| * | | | nodoc AS::Testing::Pending because is deprecated [ci skip]Carlos Duclos2012-12-011-2/+2
| | | | |
| * | | | Removes :nodoc: label [ci skip]Alvaro Pereyra2012-12-011-1/+1
| | | | |
| * | | | Improves documentation on favicon_link_tagAlvaro Pereyra2012-12-011-14/+16
| | | | |
| * | | | remove unneeded Examples tag [ci skip]Carlos Duclos2012-12-011-10/+0
| | | | |
| * | | | Update documentation for javascript_include_tag [ci skip]HPNeo2012-12-011-10/+13
| | | | |
* | | | | Updated 4.0 release notesVijay Dev2012-12-042-818/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes is changed to include only the major changes and point to the changelogs for the complete list. This lets us talk more about the features included in the upcoming release and make the guide more useful and interesting than just a list of all changelogs. This is still a WIP guide pending a lot of work. [ci skip]
* | | | | Merge pull request #8416 from kennyj/redundant_pg_namespaceRafael Mendonça França2012-12-041-1/+0
|\ \ \ \ \ | | |/ / / | |/| | | pg_namespace table isn't used.
| * | | | pg_namespace table isn't used.kennyj2012-12-051-1/+0
|/ / / /
* | | | Track the default application.css/js files for turbolinks as per version 0.6.0David Heinemeier Hansson2012-12-041-2/+2
| | | |
* | | | Fixed issue where routes with globs caused constraints on that glob toMaura Fitzgerald2012-12-043-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | be ignored. A regular expression constraint gets overwritten when the routes.rb file is processed. Changed the overwriting to an ||= instead of an = assignment.
* | | | Merge pull request #8403 from senny/3313_after_find_is_triggered_too_oftenRafael Mendonça França2012-12-044-2/+26
|\ \ \ \ | |_|/ / |/| | | Do not instantiate intermediate AR objects when eager loading.
| * | | Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-044-2/+26
|/ / / | | | | | | | | | Closes #3313
* | | Bump mailer to quiet the stdout log messagesJeremy Kemper2012-12-031-1/+1
| | |
* | | Merge pull request #8411 from YasuOza/turbolinks_require_bottomRafael Mendonça França2012-12-031-1/+3
|\ \ \ | | | | | | | | Locate `=require turbolinks` at the bottom of application.js
| * | | Locate `=require turbolinks` at the bottom of application.jsYasuharu Ozaki2012-12-041-1/+3
|/ / / | | | | | | | | | | | | Turbolinks should be located at the bottom of application.js to detect assets change properly.
* | | Merge pull request #8393 from frodsan/fix_dependend_order_test_exampleCarlos Antonio da Silva2012-12-031-0/+3
|\ \ \ | | | | | | | | Ensure original encoding does not change in mb_chars test.
| * | | ensure original encoding doesnt changeFrancesco Rodriguez2012-12-011-0/+3
| | | |
* | | | Use send in Time marshal extensions since the methods are now privateCarlos Antonio da Silva2012-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/ruby/ruby/commit/9c1b3161f20162dc1682d758c0e4d2fc3a74745e All Active Support tests pass in 2.0.0preview2 after this change. Closes #8409
* | | | Override <%== to always behave as literal text rather than toggling based on ↵Jeremy Kemper2012-12-033-4/+21
| | | | | | | | | | | | | | | | whether escaping is enabled. Fixes that existing plaintext email templates using <%== unexpectedly flipped to *escaping* HTML when #8235 was merged.
* | | | Merge pull request #8407 from kennyj/fix_profiler_commentsRafael Mendonça França2012-12-032-3/+3
|\ \ \ \ | | | | | | | | | | Fix wrong doc and message about rails profiler.
| * | | | Fix wrong doc and message about rails profiler.kennyj2012-12-042-3/+3
|/ / / /
* | | | Try to get back the campfire notificationsRafael Mendonça França2012-12-031-1/+1
| | | |
* | | | Fix failing tests related to rake notesCarlos Antonio da Silva2012-12-031-2/+2
| | | | | | | | | | | | | | | | Related to changes introduced in 553b563749517114323b4e8742509227e0daab67
* | | | Merge pull request #8375 from steveklabnik/migrations_guideXavier Noria2012-12-031-365/+217
|\ \ \ \ | | | | | | | | | | Updates to the Migration Guide
| * | | | Migration Guide: General fix-upSteve Klabnik2012-12-011-365/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a bunch of editing/re-writing to the migrations guide. There were a bunch of small changes, and a few larger ones: * mysql does support transactions. * Add a section about db/seeds.rb * Largely re-wrote the first few sections
* | | | | Merge pull request #8402 from ↵Rafael Mendonça França2012-12-023-1/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | senny/8376_descriptive_error_message_for_partial_layout_true More descriptive error when rendering a partial with `:layout => true`