aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update Active Support Constants guide for 1.9.Hendy Tanata2012-01-101-12/+10
| | |
| * | Add missing endRafael Mendonça França2012-01-101-0/+1
| | |
| * | add documentation explaining reorder behaviorMatt Jones2012-01-091-0/+10
| | |
| * | Substitute "gem" for "plugin" in contributing guideJo Liss2012-01-081-2/+2
| | |
| * | Made an example a little more realisticcodesnik2012-01-071-1/+1
| | |
| * | Expanded rdoc about primary keys being protected from mass assignment. Joost Baaij2012-01-061-1/+2
| | | | | | | | | People need to make sure they are generated internally or added to attr_accessible so they can be mass assigned (for instance, from an import job).
| * | remove ruby 1.8 example from Array.wrap documentationSergey Nartimov2012-01-051-3/+0
| | |
| * | Update ConfirmationValidator docs, correct when the validator runsAlan Harper2012-01-051-1/+1
| | |
* | | Merge pull request #4408 from tomstuart/read-and-write-attribute-aliasesSantiago Pastorino2012-01-112-5/+46
|\ \ \ | | | | | | | | #[] and #[]= are no longer interchangeable with #read_attribute and #write_attribute
| * | | Revert "Base#[] and Base#[]= are aliases so implement them as aliases :)"Tom Stuart2012-01-111-4/+6
| | | | | | | | | | | | | | | | This reverts commit 21eadc1b3f2eb818a4833381ee0a6cfa205f2955.
| * | | Test that #[] and #[]= keep working when #read_attribute and ↵Tom Stuart2012-01-111-0/+33
| | | | | | | | | | | | | | | | #write_attribute are overridden
| * | | Test ActiveRecord::Base#[]= as well as #write_attributeTom Stuart2012-01-111-1/+7
| | | |
* | | | Merge pull request #4404 from rizwanreza/edits-to-spastorino-upgrade-notesSantiago Pastorino2012-01-111-11/+8
|/ / /
* | | all tested database support migrations, so stop making the tests conditionalAaron Patterson2012-01-101-1436/+1434
| | |
* | | adding missing requireAaron Patterson2012-01-101-0/+2
| | |
* | | move column ordering tests to it's own classAaron Patterson2012-01-103-56/+60
| | |
* | | deprecate the subdirectories parameter to `migrations`Aaron Patterson2012-01-101-2/+10
| | |
* | | Add "What to update in your apps" section to the release notes guideSantiago Pastorino2012-01-101-0/+29
| | | | | | | | | | | | | | | We should keep this up to date and the current version is probably wrong and/or incomplete. HELP!!!
* | | refactoring migration testAaron Patterson2012-01-102-447/+415
| | |
* | | dropping support for `schema_info`.Aaron Patterson2012-01-102-12/+3
| | |
* | | Remove dead codeSantiago Pastorino2012-01-101-4/+0
| | |
* | | Add CHANGELOG entrySantiago Pastorino2012-01-101-0/+2
| | |
* | | Rails initialization with initialize_on_precompile = false should set assets_dirSantiago Pastorino2012-01-102-1/+10
| | |
* | | Merge pull request #4399 from kennyj/problem_when_i_execute_drop_tableAaron Patterson2012-01-102-6/+34
|\ \ \ | | | | | | | | migrate(:down) method with table_name_prefix
| * | | migrate(:down) method with table_name_prefixkennyj2012-01-112-6/+34
| | | |
* | | | Merge pull request #4395 from rafaelfranca/fix_ac_test_caseJosé Valim2012-01-092-6/+15
|\| | | | | | | | | | | Fix ActionController::TestCase::Behavior#head
| * | | AC:TestCase::Behavior#head only accepts parameters as second argumentRafael Mendonça França2012-01-102-1/+5
| | | |
| * | | Whitespaces :scissors:Rafael Mendonça França2012-01-101-4/+4
| | | |
| * | | Fix ActionController::TestCase::Behavior.headRafael Mendonça França2012-01-102-1/+6
|/ / /
* | | no need for extra method calls inside the frameworkAaron Patterson2012-01-091-1/+1
| | |
* | | Merge pull request #4370 from EnlightSolutions/validates_unique_associationAaron Patterson2012-01-092-1/+38
|\ \ \ | | | | | | | | Validates unique association
| * | | allow association as 1st uniqueness validation argDan Pickett2012-01-062-1/+21
| | | | | | | | | | | | #4321
| * | | allow an association as a scope parameterDan Pickett2012-01-062-0/+17
| | | | | | | | | | | | #4321
* | | | Merge pull request #4371 from rafaelfranca/test_unit_cleanupAaron Patterson2012-01-094-19/+7
|\ \ \ \ | |_|_|/ |/| | | Test unit cleanup
| * | | Whitespaces :scissors:Rafael Mendonça França2012-01-061-1/+1
| | | |
| * | | Remove unneeded codeRafael Mendonça França2012-01-061-13/+0
| | | |
| * | | Test constant is not defined anymoreRafael Mendonça França2012-01-061-3/+5
| | | |
| * | | Use MiniTest::Assertions instead of Test::Unit::AssertionsRafael Mendonça França2012-01-061-2/+1
| | | |
* | | | Merge pull request #4385 from r-stu31/static_compiler_option_zip_filesJosé Valim2012-01-081-1/+2
|\ \ \ \ | | | | | | | | | | Sprockets::StaticCompiler: option ":zip_files"
| * | | | Extend the set of compressible files by some common types.r-stu312012-01-081-1/+1
| | | | |
| * | | | Enable to handle over in options the regexp determining which files to gzip.r-stu312012-01-081-1/+2
|/ / / /
* | | | Fix tests, ./ is not needed for relative entries in Gemfile in newest ↵Piotr Sarnacki2012-01-071-2/+2
| | | | | | | | | | | | | | | | bundler version
* | | | No need to check for 'draw do |map|' anymorePiotr Sarnacki2012-01-071-1/+1
| | | |
* | | | Add Gemfile entry when creating a plugin in application's directoryPiotr Sarnacki2012-01-072-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After vendor/plugins were removed from rails, the new method to create plugins is to create gem plugins. Most of the time if you create a new plugin in rails application's directory, you want to extract something from that application and use it immediately, ie. add such line to Gemfile: gem 'foo', :path => './vendor/foo' This commit makes plugin new generator to add such line automatically.
* | | | Merge pull request #4378 from lest/changes-1-9José Valim2012-01-075-31/+31
|\ \ \ \ | | | | | | | | | | ruby 1.9 related refactoring
| * | | | Symbol#[] method presents in Ruby 1.9Sergey Nartimov2012-01-073-4/+4
| | | | |
| * | | | instance_variables method returns symbols in 1.9 rubySergey Nartimov2012-01-072-27/+27
|/ / / /
* | | | Merge pull request #4377 from lest/instance-variables-1-9José Valim2012-01-076-15/+14
|\ \ \ \ | | | | | | | | | | get rid of using instance_variable_names method from AS
| * | | | get rid of using instance_variable_names method from ASSergey Nartimov2012-01-076-15/+14
|/ / / / | | | | | | | | | | | | | | | | - instance_variables return symbols in 1.9 - there is instance_variable_defined? method
* | | | Merge pull request #4369 from lest/remove-warningsPiotr Sarnacki2012-01-071-2/+2
|\ \ \ \ | | | | | | | | | | use stub instead of redefining method to suppress warnings