aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump mysql gem version to the newly 2.9.0, fix build.Carlos Antonio da Silva2012-11-172-2/+2
| |
* | Upgrade mail dependency to 2.5.0Mikel Lindsaar2012-11-181-1/+1
| |
* | Initialize #min_cost to avoid warning in Ruby 2.0Carlos Antonio da Silva2012-11-171-2/+3
| |
* | Fix typo in module name and make #in_time_zone privateCarlos Antonio da Silva2012-11-173-3/+5
| |
* | Extract #in_time_zone helper method duplication to a moduleCarlos Antonio da Silva2012-11-173-24/+17
| |
* | Simplify helper method in attribute methods testCarlos Antonio da Silva2012-11-171-3/+1
| |
* | Remove return guardCarlos Antonio da Silva2012-11-172-3/+1
|/
* Merge pull request #8251 from alexeymuranov/deprecate-removed-fixture-methodsCarlos Antonio da Silva2012-11-171-0/+6
|\ | | | | | | | | Add a deprecation before removing ActiveRecord::Fixtures::find_table_name Removed in e0ef0936193491689724880599ae26a8f5c2b5a6
| * Add a deprecation before removing find_table_nameAlexey Muranov2012-11-171-0/+6
| | | | | | The `ActiveRecord::Fixtures::find_table_name` method was removed from "master" almost a year ago, but it was never deprecated. Here it comes back, more dead than alive.
* | Merge pull request #8249 from steveklabnik/add_two_oh_to_travisCarlos Antonio da Silva2012-11-171-0/+4
|\ \ | | | | | | Add Ruby 2.0 to .travis.yml.
| * | Add Ruby 2.0 to .travis.yml.Steve Klabnik2012-11-171-0/+4
| | | | | | | | | | | | @joshk said it's okay. :)
* | | Merge pull request #8248 from zenspider/masterCarlos Antonio da Silva2012-11-172-5/+8
|\ \ \ | |_|/ |/| | Removed extra call to #diff in #assert_recognizes
| * | Please use assert_equal instead of diff directlyRyan Davis2012-11-171-1/+1
| | |
| * | Removed extra call to #diff in #assert_recognizes. assert_equal calls it for ↵Ryan Davis2012-11-171-4/+7
|/ / | | | | | | you and shows the diff. Also delayed message calculation so the cost of the diff on success is now gone.
* | Merge pull request #8247 from rnesius/sqlserver-templateRafael Mendonça França2012-11-162-0/+62
|\ \ | | | | | | Adding sqlserver.yml template to satisfy "-d sqlserver"
| * | Adding sqlserver.yml template to satisfy "-d sqlserver" being givenRobert Nesius2012-11-162-0/+62
|/ / | | | | | | invocations of "rails new".
* | Revert "Debugger gem doesn't work with patchlevel >= 327"Santiago Pastorino2012-11-161-2/+1
| | | | | | | | This reverts commit 0ecd4640664c4723323d6fff5760dc4d833d7eb9.
* | Fix some AR changelog entries [ci skip]Carlos Antonio da Silva2012-11-161-6/+5
| |
* | Test for has_many bug on unsaved recordsGeorge Brocklehurst2012-11-161-0/+7
| | | | | | | | See issue #7950.
* | Merge pull request #8244 from yahonda/mysql_ruby200Carlos Antonio da Silva2012-11-161-1/+1
|\ \ | | | | | | Now mysql gem can be built on ruby 2.0.0-preview1
| * | Revert "mysql does not build on Ruby 2.0.0 at the moment"Yasuo Honda2012-11-171-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 8d8fd13179cacd86f307e87396474bdfab9f3462. mysql 2.8.1 gem can be built on ruby 2.0.0-preview1.
* | | Improve UpgradeSignatureToEncryptionCookieStore docsSantiago Pastorino2012-11-161-1/+14
|/ / | | | | | | | | I suck at English, please help me reviewing this <3 <3 <3 [ci skip]
* | Remove old comments about using our own sdoc fork [ci skip]Vijay Dev2012-11-171-4/+0
| |
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-1761-957/+959
|\ \ | | | | | | | | | | | | Conflicts: actionpack/lib/action_dispatch/routing/redirection.rb
| * | copy edits and fixes [ci skip]Vijay Dev2012-11-175-8/+8
| | |
| * | remove kindle link from guides index [ci skip]Vijay Dev2012-11-171-3/+1
| | |
| * | Revert "Switch to 1.9 hash syntax"Vijay Dev2012-11-171-10/+11
| | | | | | | | | | | | | | | | | | This reverts commit d8596c4b8500a899d686c57fa093c549b0378c7a. Reason: too many mistakes [ci skip]
| * | Revert "add AR deep dive video links to guides"Vijay Dev2012-11-171-15/+0
| | | | | | | | | | | | This reverts commit 25648ce35b9d8df9fac81c1d53c45aaeef08fde9.
| * | Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-4/+4
| | |
| * | Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-16/+16
| | |
| * | Update the middleware stack to reflect the current Rails outputAgis Anastasopoulos2012-11-161-2/+2
| | | | | | | | | Specifically, remove `ActionDispatch::Head` in favor of `Rack::Head`.
| * | Remove unnecessary whitespaceAgis Anastasopoulos2012-11-161-1/+1
| | |
| * | Add link to the Application Templates guideAgis Anastasopoulos2012-11-161-1/+1
| | |
| * | Remove unnecessary whitespaceAgis Anastasopoulos2012-11-161-1/+1
| | |
| * | Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-8/+8
| | |
| * | Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-2/+2
| | |
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-22/+22
| | |
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-81/+78
| | |
| * | Add a consideration noteAgis Anastasopoulos2012-11-161-0/+1
| | | | | | | | | regarding linking to Kindle
| * | Switch to 1.9 hash syntax & remove some parentheses when it reads nicerAgis Anastasopoulos2012-11-161-33/+33
| | |
| * | Add a consideration note and a WIP noteAgis Anastasopoulos2012-11-161-0/+4
| | |
| * | Remove the ActiveRecordHelper sectionAgis Anastasopoulos2012-11-161-56/+0
| | | | | | | | | Since ActionView::Helpers::ActiveRecordHelper is removed.
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-30/+30
| | | | | | | | | I've intentionally left out some spots as they're the expected output, and since Hash#inspect yields `=>` I guess it may be confusing for beginners to see one syntax in the guide and a different one in their system.
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-9/+9
| | |
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-1/+1
| | |
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-1/+1
| | |
| * | Switch to 1.9 hash syntax and remove unnecessary punct. Agis Anastasopoulos2012-11-151-20/+20
| | |
| * | Switch to 1.9 hash syntax plus minor fixesAgis Anastasopoulos2012-11-151-93/+93
| | |
| * | Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-11/+10
| | |
| * | Properly align some example commentsAgis Anastasopoulos2012-11-151-5/+5
| | |