Skip to content

Commit

Permalink
pinning to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
burnto committed Sep 24, 2009
1 parent 3df7ac1 commit c7934f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/rails
Submodule rails updated 49 files
+0 −1 actionmailer/lib/actionmailer.rb
+1 −1 actionpack/lib/action_controller/base.rb
+7 −19 actionpack/lib/action_view/helpers/form_helper.rb
+0 −1 actionpack/lib/actionpack.rb
+0 −1 actionpack/test/controller/filter_params_test.rb
+0 −36 actionpack/test/template/form_helper_test.rb
+3 −4 activerecord/lib/active_record/associations.rb
+2 −2 activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
+22 −32 activerecord/lib/active_record/autosave_association.rb
+0 −7 activerecord/lib/active_record/base.rb
+2 −6 activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
+22 −0 activerecord/lib/active_record/locking/pessimistic.rb
+23 −39 activerecord/lib/active_record/nested_attributes.rb
+18 −22 activerecord/lib/active_record/validations.rb
+0 −1 activerecord/lib/activerecord.rb
+0 −9 activerecord/test/cases/associations/has_one_associations_test.rb
+2 −221 activerecord/test/cases/autosave_association_test.rb
+0 −2 activerecord/test/cases/base_test.rb
+0 −8 activerecord/test/cases/connection_test_mysql.rb
+33 −47 activerecord/test/cases/nested_attributes_test.rb
+3 −3 activerecord/test/cases/reflection_test.rb
+0 −8 activerecord/test/cases/validations_i18n_test.rb
+9 −23 activerecord/test/cases/validations_test.rb
+0 −1 activerecord/test/fixtures/accounts.yml
+0 −6 activerecord/test/models/company.rb
+3 −6 activerecord/test/models/pirate.rb
+1 −1 activerecord/test/models/ship.rb
+0 −2 activerecord/test/models/treasure.rb
+0 −12 activerecord/test/schema/mysql_specific_schema.rb
+0 −1 activerecord/test/schema/schema.rb
+2 −2 activeresource/lib/active_resource/validations.rb
+0 −1 activeresource/lib/activeresource.rb
+2 −2 activeresource/test/base_errors_test.rb
+1 −2 activesupport/lib/active_support/core_ext/time/calculations.rb
+3 −2 activesupport/lib/active_support/json/backends/jsongem.rb
+5 −1 activesupport/lib/active_support/json/backends/yaml.rb
+0 −2 activesupport/lib/active_support/json/decoding.rb
+9 −27 activesupport/lib/active_support/message_verifier.rb
+4 −4 activesupport/lib/active_support/multibyte/utils.rb
+21 −13 activesupport/lib/active_support/xml_mini/nokogiri.rb
+0 −1 activesupport/lib/activesupport.rb
+35 −41 activesupport/test/dependencies_test.rb
+3 −2 activesupport/test/flush_cache_on_private_memoization_test.rb
+8 −2 activesupport/test/json/decoding_test.rb
+1 −1 activesupport/test/multibyte_chars_test.rb
+14 −10 activesupport/test/multibyte_utils_test.rb
+0 −11 activesupport/test/xml_mini/nokogiri_engine_test.rb
+1 −1 railties/lib/commands/plugin.rb
+7 −7 railties/lib/rails_generator/options.rb

0 comments on commit c7934f7

Please sign in to comment.