aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Creating a class to handle preparing ARGV.wangjohn2013-07-092-27/+63
| | | | | | Before the AppGenerator is started, ARGV needs to be modified to correctly account for some things. I'm extracting these out into their own class.
* Merge pull request #11375 from namusyaka/fix_attribute_for_inspectRafael Mendonça França2013-07-092-3/+3
|\ | | | | Fix: attribute_for_inspect truncate upto (51 => 50) characters.
| * Fix: attribute_for_inspect truncate upto (51 => 50) characters.namusyaka2013-07-092-3/+3
|/
* Merge pull request #11174 from vipulnsward/remove_column_passingRafael Mendonça França2013-07-091-2/+2
|\ | | | | Stop sending column info to `substitute_at` as it doesn't get utilized.
| * Document where `column` param gets utilized in `substitute_at`.Vipul A M2013-07-011-2/+2
| |
* | Merge pull request #11073 from tricknotes/improve-guides-jsRafael Mendonça França2013-07-092-36/+32
|\ \ | | | | | | Improve guides js
| * | Improve js written for guidesRyunosuke SATO2013-06-252-36/+32
| | | | | | | | | | | | | | | | | | | | | * Stop using unnecessary global variable * Use function defined by jQuery for simplicity * Fix event listner for "more info button" to handle event on resize browser
* | | Merge pull request #11143 from robin850/upgrading-railsRafael Mendonça França2013-07-091-1/+23
|\ \ \ | | | | | | | | Add few information about missing steps [ci skip]
| * | | Add few information about missing steps [ci skip]Robin Dupret2013-06-291-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some deprecations previously note covered such as the confirm option for the link_to helper or options which aren't needed anymore Also add a mention about the config.assets.js_compressor option.
* | | | Merge pull request #11354 from jadeatucker/cache_exists_should_return_booleanRafael Mendonça França2013-07-092-3/+3
|\ \ \ \ | | | | | | | | | | cache.exists? should return true/false
| * | | | Explicitly test for true and false.Jade Tucker2013-07-071-2/+2
| | | | |
| * | | | cache.exists? should return true/falseJade Tucker2013-07-071-1/+1
| | | | |
* | | | | Merge pull request #11351 from jetthoughts/cleanup_requestRafael Mendonça França2013-07-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Use content_length method instead of ENV['CONTENT_LENGTH'].to_i
| * | | | | Use helper method to get ENV['CONTENT_LENGTH']Paul Nikitochkin2013-07-081-1/+1
| |/ / / /
* | | | | Merge pull request #11353 from jetthoughts/revert_to_raw_postRafael Mendonça França2013-07-093-1/+15
|\ \ \ \ \ | | | | | | | | | | | | Use Request#raw_post instead Request#body in ParamsParser#parse_formatted_parameters
| * | | | | Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-083-1/+15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to get raw_post to be not empty after ParamsParser#parse_formatted_parameters, added rewinding of body stream input on parsing json params. Closes #11345
* | | | | Merge pull request #11361 from jetthoughts/add_cursor_pointer_for_menuRafael Mendonça França2013-07-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Added cursor pointer for 'More Ruby on Rails' dropdown menu on guides page (which appear on small windows)
| * | | | | Added cursor pointer for 'More Ruby on Rails'Paul Nikitochkin2013-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dropdown menu on guides page (which appear on small windows) [ci skip]
* | | | | | Merge pull request #11368 from Amit-Thawait/masterRafael Mendonça França2013-07-091-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed Travis CI link for rails
| * | | | | | link break added after the Travis CI linkAmit Thawait2013-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | link break added after the Travis CI link
| * | | | | | Fixed broken link of Travis CI for rails and added full pathAmit Thawait2013-07-081-2/+1
| | | | | | |
* | | | | | | Merge pull request #11373 from vipulnsward/remove_deprecated_testRafael Mendonça França2013-07-091-7/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove redundant test about `push_with_attributes` removal.
| * | | | | | | Remove redundant test about `push_with_attributes` removal.Vipul A M2013-07-091-7/+0
|/ / / / / / /
* | | | | | | close our connection when we are doneAaron Patterson2013-07-082-14/+17
| | | | | | |
* | | | | | | remove dead codeAaron Patterson2013-07-081-16/+0
| | | | | | |
* | | | | | | if we remove the connection from the pool, we should close itAaron Patterson2013-07-081-0/+1
| | | | | | |
* | | | | | | use latches rather than mucking with the schedulerAaron Patterson2013-07-081-7/+7
| | | | | | |
* | | | | | | Merge pull request #11371 from arunagw/actionview-changesRafael Mendonça França2013-07-083-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Actionview changes
| * | | | | | | Removed unused require from actionview rakefile.Arun Agrawal2013-07-091-1/+0
| | | | | | | |
| * | | | | | | Fixed broken rake task for update_version [ci skip]Arun Agrawal2013-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added actionview to update version rake task
| * | | | | | | actionview should be able to install using install.rb [ci skip]Arun Agrawal2013-07-091-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #11370 from dpdawson/masterRafael Mendonça França2013-07-081-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix a grammatical error/typo in Active Record Migrations guide. [ci skip]
| * | | | | | | Fix a grammatical error/typo in Active Record Migrations guide. [ci skip]Daniel Dawson2013-07-081-1/+1
|/ / / / / / /
* / / / / / / refactor to_sql so it does not depend on the to_sql implementation ofAaron Patterson2013-07-081-4/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | the connection
* | | | | | Merge pull request #11355 from wangjohn/class_for_rails_commandsRafael Mendonça França2013-07-082-94/+172
|\ \ \ \ \ \ | | | | | | | | | | | | | | Creating a class for carrying out rails commands.
| * | | | | | Creating a class for carrying out rails commands.wangjohn2013-07-072-94/+172
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This class encapsulates a lot of logic that wasn't very object oriented. Helper methods have been created to try to make things more logical and easy to read.
* | | | | | Merge pull request #11367 from artemeff/sass_in_notesRafael Mendonça França2013-07-083-2/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | handle notes in *.sass files
| * | | | | | handle notes in *.sass filesYuri Artemev2013-07-083-2/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11363 from dpdawson/masterCarlos Antonio da Silva2013-07-081-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip]
| * | | | | Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip]Daniel Dawson2013-07-081-2/+2
|/ / / / /
* | | | | Merge pull request #11359 from willnet/patch-1Yves Senn2013-07-081-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Update 'Active Record Migrations' guide [ci skip]
| * | | | | Update 'Active Record Migrations' guide [ci skip]Shinichi Maeshima2013-07-081-1/+0
| |/ / / / | | | | | | | | | | | | | | | Delete an unneeded line.
* | | | | Fix SyntaxError in guides sample codeAkira Matsuda2013-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | 1.9 Hash SyntaxAkira Matsuda2013-07-084-4/+4
| | | | |
* | | | | params keys are StringsAkira Matsuda2013-07-081-13/+13
|/ / / /
* | | | Add CHANGELOG entry for #11348Rafael Mendonça França2013-07-071-0/+14
| | | |
* | | | Merge pull request #11348 from sanemat/fix/link-to-blockRafael Mendonça França2013-07-072-1/+8
|\ \ \ \ | | | | | | | | | | Fix actionview link_to with block and url_hash
| * | | | Include block in a argument shiftsanemat2013-07-081-6/+2
| | | | |
| * | | | Fix link_to with block and url_hashsanemat2013-07-072-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use link_to with block and url_hash, expect block as name. But ignore block and use url_hash as name. 3-2-stable passes this test. 4-0-stable and master fail this.
* | | | | Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-075-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rendering recursive partial Action View is trying to generate the view digest infinitly causing a stack level error. Fixes #11340