aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::...Mark J. Titorenko2013-01-081-3/+26
* Don't configure Turn output, we aren't using it since 3.2.0Guillermo Iguaran2013-01-071-7/+0
* Merge pull request #8801 from ktheory/dont_require_turnGuillermo Iguaran2013-01-071-5/+2
|\
| * Don't require 'turn' from rails/test_helpAaron Suggs2013-01-071-5/+2
* | Avoid Rack security warning no secret providedSantiago Pastorino2013-01-081-0/+2
* | Merge pull request #8802 from claudiob/patch-1Guillermo Iguaran2013-01-071-1/+1
|\ \
| * | Update guides/source/getting_started.mdClaudio B.2013-01-071-1/+1
| |/
* | Initialize instance variable to remove warningCarlos Antonio da Silva2013-01-071-0/+4
* | Fix readme testsCarlos Antonio da Silva2013-01-071-2/+2
* | Reset test data, and fix bug that the inserted data were not actually selectedAkira Matsuda2013-01-081-11/+16
* | Reset AR::Migration.verbose change to avoid depending on test run orderAkira Matsuda2013-01-081-0/+1
* | new README generated for new appsXavier Noria2013-01-083-499/+37
* | doc/README_FOR_APP is no longer generatedXavier Noria2013-01-087-16/+11
* | let the rails gem ship with the READMEXavier Noria2013-01-081-1/+1
* | Fix named scope + class method exampleCarlos Antonio da Silva2013-01-071-3/+1
* | Merge pull request #8803 from frodsan/sp_docsCarlos Antonio da Silva2013-01-071-8/+7
|\ \
| * | improve StrongParameters documentation [ci skip]Francesco Rodriguez2013-01-071-8/+7
| |/
* | Merge pull request #8773 from goshakkk/guides-page-titlesXavier Noria2013-01-071-1/+3
|\ \
| * | place article name in the beginning of guides page titleGosha Arinich2013-01-061-1/+3
* | | Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-073-6/+0
| |/ |/|
* | Merge pull request #8799 from goshakkk/ivar-readersSteve Klabnik2013-01-072-3/+3
|\ \
| * | access `@path` and `@routes` via reader methods in journeyGosha Arinich2013-01-072-3/+3
|/ /
* | Merge pull request #8798 from goshakkk/show-exceptions-begin-rescueJosé Valim2013-01-071-7/+4
|\ \
| * | refactor ShowExceptions' #call to use def-rescue instead of begin-rescueGosha Arinich2013-01-071-7/+4
* | | Use similar comment styleDavid Heinemeier Hansson2013-01-072-2/+2
|/ /
* | Merge pull request #8788 from goshakkk/remove-begin-rescueXavier Noria2013-01-071-10/+9
|\ \
| * | remove begin-rescue in favor of def-rescueGosha Arinich2013-01-071-10/+9
* | | Take the heat :fire:Jeremy Kemper2013-01-061-0/+2
* | | Merge pull request #8786 from jeremy/executablesJeremy Kemper2013-01-0631-230/+163
|\ \ \
| * | | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-0631-230/+163
|/ / /
* / / Use whitelist to pass valid connection parameters to PGConn.Rafael Mendonça França2013-01-061-7/+10
|/ /
* | Fix operators precedence issueRafael Mendonça França2013-01-061-1/+1
* | Remove the configuration key in the correct placeRafael Mendonça França2013-01-061-3/+1
* | Merge pull request #8787 from tank-bohr/masterRafael Mendonça França2013-01-061-2/+2
|\ \
| * | return multiple assingment and response variabletank-bohr2013-01-071-2/+2
* | | Merge pull request #8785 from goshakkk/refactor-debug-exceptionsRafael Mendonça França2013-01-061-2/+1
|\ \ \ | |/ / |/| |
| * | refactor DebugExceptions by combining two conditionals into oneGosha Arinich2013-01-071-2/+1
* | | Fix failing test under sqlite3Akira Matsuda2013-01-071-1/+1
* | | Reduce number of Strings a bitAkira Matsuda2013-01-074-7/+7
* | | Namespace HashWithIndifferentAccessAkira Matsuda2013-01-0711-19/+17
* | | Needs to reset SchemaMigration first, or the tests fail in sqlite3Akira Matsuda2013-01-071-1/+1
|/ /
* | Merge pull request #8783 from goshakkk/refactor-journey-routesRafael Mendonça França2013-01-061-12/+11
|\ \
| * | refactor Journey::RoutesGosha Arinich2013-01-071-12/+11
* | | Merge pull request #8782 from tank-bohr/masterRafael Mendonça França2013-01-061-2/+2
|\ \ \
| * | | fix for rbxtank-bohr2013-01-071-2/+2
* | | | Merge pull request #8781 from trisweb/tristan_8757_integer_column_nan_error_fixRafael Mendonça França2013-01-063-9/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Fix error when assigning NaN to an integer columnTristan Harward2013-01-063-9/+12
|/ /
* | Missing requireAkira Matsuda2013-01-071-0/+2
* | These are already required through AS/railsAkira Matsuda2013-01-078-12/+0
* | Merge pull request #8263 from senny/refactor_plugin_new_generatorYehuda Katz2013-01-065-11/+13
|\ \