Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reject_id option should be respected while using nested_attributes | Neeraj Singh | 2010-09-24 | 2 | -3/+12 |
| | | | | | | [#5579 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Changed documentation for auto_link so that the truncate example works ↵ | Kevin Hughes | 2010-09-24 | 1 | -1/+1 |
| | | | | | | [#5694 state:resolved] Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | resolves rdoc conflict | Xavier Noria | 2010-09-23 | 14 | -68/+74 |
|\ | |||||
| * | some fixes in routing guide | eparreno | 2010-09-22 | 1 | -5/+5 |
| | | |||||
| * | Document form_for behaviour when using file_field inside the block | Joost Baaij | 2010-09-21 | 2 | -3/+7 |
| | | |||||
| * | Remove mention of Rails 3 deprecated option ↵ | Simone Carletti | 2010-09-20 | 1 | -2/+0 |
| | | | | | | | | | | config.action_controller.use_accept_header. See http://github.com/rails/rails/blob/v3.0.0/actionpack/lib/action_controller/deprecated/base.rb#L108-111 | ||||
| * | updated instructions on how to change the default session store | Diego Carrion | 2010-09-18 | 1 | -2/+2 |
| | | |||||
| * | updated instructions to generate the migration for the ActiveRecord session ↵ | Diego Carrion | 2010-09-18 | 2 | -2/+2 |
| | | | | | | | | store table | ||||
| * | Updated yaffle_test.rb from 2.2 to require 'test_helper' and extend ↵ | Andrew Ferk | 2010-09-18 | 1 | -2/+2 |
| | | | | | | | | ActiveSupport::TestCase | ||||
| * | Removed leading : from database.yml file | Andrew Ferk | 2010-09-18 | 1 | -14/+14 |
| | | |||||
| * | Updated output that should be seen from the initial rake | Andrew Ferk | 2010-09-18 | 1 | -2/+4 |
| | | |||||
| * | Updated test_helper.rb to require the init.rb file from the correct folder | Andrew Ferk | 2010-09-18 | 1 | -1/+1 |
| | | |||||
| * | removed leading : from database.yml file. dbfile has been updated to ↵ | Andrew Ferk | 2010-09-18 | 1 | -2/+2 |
| | | | | | | | | database in database.yml | ||||
| * | rails/init.rb is deprecated, so keep init.rb in root of plugin. updated for ↵ | Andrew Ferk | 2010-09-18 | 1 | -3/+1 |
| | | | | | | | | 1.3 Organized Your Files | ||||
| * | 'rails generate plugin' --with-generator option has changed to --generator. ↵ | Andrew Ferk | 2010-09-18 | 1 | -17/+20 |
| | | | | | | | | Updated the output that is seen after executing 'rails generate plugin yaffle --generator' | ||||
| * | added 'bundle install' command to h4. Create the Basic Application | Andrew Ferk | 2010-09-18 | 1 | -0/+1 |
| | | |||||
| * | Tiny fixes to rdoc | Alexey Mahotkin | 2010-09-16 | 5 | -9/+9 |
| | | |||||
| * | Typos | rspeicher | 2010-09-15 | 1 | -3/+3 |
| | | |||||
| * | Updated old fashion form_for samples. | oamblet | 2010-09-15 | 2 | -3/+3 |
| | | | | | | | | when 'form_for :resource, @resource ...' is found, remove the first argument (there is no need to use the :as option when the name is the same). | ||||
| * | Updated the Cache Money repo link to one that works with Rails 3. | Fred Wu | 2010-09-15 | 1 | -1/+1 |
| | | |||||
| * | fixed an unclear description in Sigular Resources. | Jamison Dance | 2010-09-14 | 1 | -1/+1 |
| | | |||||
* | | Hash#to_s behaves differently between 1.8 and 1.9, so adjust accordingly | Aaron Patterson | 2010-09-23 | 1 | -1/+1 |
| | | |||||
* | | Improve performance of applications using file uploads by not busting the ↵ | Carl Lerche | 2010-09-22 | 1 | -29/+20 |
| | | | | | | | | method cache on every request containing a file upload. | ||||
* | | fixing bug with rails use of rack-test | Aaron Patterson | 2010-09-22 | 2 | -3/+5 |
| | | |||||
* | | switch present in favor of empty | Aaron Patterson | 2010-09-22 | 1 | -1/+1 |
| | | |||||
* | | third parameter for rack must respond to each | Aaron Patterson | 2010-09-22 | 1 | -2/+2 |
| | | |||||
* | | testing poor behavior of hash serialization | Aaron Patterson | 2010-09-22 | 1 | -0/+4 |
| | | |||||
* | | Use map, no need to use inject here. | Emilio Tagua | 2010-09-22 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Perf: speed up json encoding. | Emilio Tagua | 2010-09-22 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Refactor inject use in hash conversions. | Emilio Tagua | 2010-09-22 | 1 | -8/+2 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Perf: speed up 2 methods in railties. | Emilio Tagua | 2010-09-22 | 2 | -5/+2 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Perf: refactor methods using inject when not need in activemodel. | Emilio Tagua | 2010-09-22 | 3 | -14/+6 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | No need to use inject here. | Emilio Tagua | 2010-09-22 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Refactor routing methods. | Emilio Tagua | 2010-09-22 | 2 | -11/+2 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Refactor decode_credentials to avoid inject and use map instead. | Emilio Tagua | 2010-09-22 | 2 | -7/+6 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Perf: refactor _assign method to avoid inject and defining unneeded local var. | Emilio Tagua | 2010-09-22 | 1 | -5/+1 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Refactor methods in html node to avoid injects. | Emilio Tagua | 2010-09-22 | 1 | -8/+4 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Refactor association_collection uniq method. | Emilio Tagua | 2010-09-22 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | No need to use inject here. | Emilio Tagua | 2010-09-22 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Perf: refactor method. | Emilio Tagua | 2010-09-22 | 1 | -11/+8 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | No need to use inject here, use map instead. | Emilio Tagua | 2010-09-22 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Goodbye inject, hello map. | Emilio Tagua | 2010-09-22 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Use map instead inject. | Emilio Tagua | 2010-09-22 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Missing the mysql2 gem here | Santiago Pastorino | 2010-09-22 | 1 | -1/+1 |
| | | |||||
* | | Error message should advice to use 'mysql2' gem. | Neeraj Singh | 2010-09-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | If I create a new app using command rails new demo -d mysql then Gemfile contains 'mysql2' gem by default. However if mysql gem is missing then error message says raise "!!! Missing the mysql gem. Add it to your Gemfile: gem 'mysql', '2.8.1'" [#5569 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | avoid a proc object | Aaron Patterson | 2010-09-22 | 1 | -1/+1 |
| | | |||||
* | | avoid creating a range object | Aaron Patterson | 2010-09-22 | 1 | -1/+1 |
| | | |||||
* | | form_for with file_field docs fixed | Santiago Pastorino | 2010-09-22 | 1 | -2/+2 |
| | | |||||
* | | drying up construct_association | Aaron Patterson | 2010-09-21 | 1 | -15/+15 |
| | | |||||
* | | dry up some conditionals | Aaron Patterson | 2010-09-21 | 1 | -3/+4 |
| | |