Commit Graph

38508 Commits

Author SHA1 Message Date
Yves Senn
715603794c Merge pull request #11285 from ankit8898/master
Fixing the broken wikipedia link for Optimistic Concurrency control [ci skip]
2013-07-04 01:08:04 -07:00
Xavier Noria
c91d266cdf Merge pull request #11286 from edogawaconan/fix/doc-201307041646
Missing closing + in documentation [ci skip]
2013-07-04 00:58:38 -07:00
ankit8898
962925bffd [ci skip] Separated full stop from the Optimistic_concurrency_control wiki link d4e3f8ba826cd42aa3c242149 2013-07-04 08:51:02 +01:00
Yves Senn
685631285f Remove deprecated String constructor from ActiveRecord::Migrator. 2013-07-04 09:49:03 +02:00
Edho Arief
1ba0a1f87a Missing closing + in documentation [ci skip] 2013-07-04 16:47:43 +09:00
Yves Senn
c95911023c Merge pull request #11277 from arunagw/deprecation-removed
Deprecation removed
2013-07-04 00:05:57 -07:00
Arun Agrawal
50cbc03d18 Remove deprecated scope use without passing a callable object.
Removed tests from deprecated code.
2013-07-03 23:23:11 +02:00
Arun Agrawal
9105c59af0 Remove deprecated transaction_joinable=
in favor of `begin_transaction`
with `:joinable` option.
2013-07-03 23:23:11 +02:00
Arun Agrawal
b23501112e Remove deprecated decrement_open_transactions. 2013-07-03 23:23:11 +02:00
Arun Agrawal
51c97e7e19 removed deprecated increment_open_transactions 2013-07-03 23:23:11 +02:00
Aaron Patterson
b785e921d1 method transplanting between modules isn't supported on 1.9 2013-07-03 14:18:54 -07:00
Rafael Mendonça França
a593fc1ee1 Merge pull request #11281 from jetthoughts/remove_unused_deprecation_requires
Removed unused deprecation requires.
2013-07-03 13:26:10 -07:00
Paul Nikitochkin
419f257b73 Removed unused deprecation requires. 2013-07-03 23:21:23 +03:00
Yves Senn
3974b95a6e Merge pull request #11280 from arunagw/added-missing-changelog-entry
Added missing CHANGELOG from PR #11279 [ci skip]
2013-07-03 13:11:58 -07:00
Arun Agrawal
7e897d469f Added missing CHANGELOG from PR #11279 [ci skip] 2013-07-03 22:10:31 +02:00
Rafael Mendonça França
e6041caee7 Merge pull request #11279 from jetthoughts/removed_threadsafe_deprectaed_option
Removed deprecated threadsafe! from Rails Config
2013-07-03 12:54:41 -07:00
Paul Nikitochkin
d7f8724992 Removed deprecated threadsafe! 2013-07-03 22:52:31 +03:00
Yves Senn
6707f92c08 cleanup, remove trailing whitespace from guides/CHANGELOG 2013-07-03 21:47:08 +02:00
Yves Senn
fca29750e4 remove deprecated PostgreSQLAdapter#outside_transaction? method. 2013-07-03 20:49:57 +02:00
Aaron Patterson
efb6c16b40 refactor the method cache objects to have a superclass 2013-07-03 11:37:41 -07:00
Rafael Mendonça França
aa7b0ad428 Merge pull request #11276 from arunagw/build-fix
Fixed test broken by local_constant_names
2013-07-03 11:30:35 -07:00
Aaron Patterson
55ac7db11b keep a cache of writer methods 2013-07-03 10:58:07 -07:00
Aaron Patterson
f208cc8108 move the reader method cache in to the read module 2013-07-03 10:58:07 -07:00
Aaron Patterson
a2b847ae49 keep a cache of the reader methods so we can reuse them 2013-07-03 10:58:07 -07:00
Arun Agrawal
0cb0625c7f Fixed test broken by local_constant_names
depreciation removed
2013-07-03 19:56:49 +02:00
Carlos Antonio da Silva
501b27e716 Merge pull request #11273 from arunagw/deprecation-removed
Deprecation removed
2013-07-03 10:53:41 -07:00
Arun Agrawal
36321d85e9 Remove deprecated String#encoding_aware?
core extensions (`core_ext/string/encoding`).
2013-07-03 19:50:19 +02:00
Arun Agrawal
c9bbac46dd Remove deprecated Module#local_constant_names
in favor of `Module#local_constants`
2013-07-03 19:42:34 +02:00
Arun Agrawal
028f91277d Remove deprecated DateTime.local_offset 2013-07-03 19:40:24 +02:00
Rafael Mendonça França
f3f7f31407 Merge pull request #11272 from vipulnsward/generator_update
Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attribute`
2013-07-03 10:33:20 -07:00
Vipul A M
822d995627 Remove deprecated ActiveRecord::Generators::ActiveModel#update_attributes in
favor of `ActiveRecord::Generators::ActiveModel#update`
2013-07-03 22:33:57 +05:30
Carlos Antonio da Silva
d6e1d6d7b5 Fix ruby patch level example in rails docs regarding info page [ci skip]
Thanks @egilburg.
2013-07-03 13:56:05 -03:00
Carlos Antonio da Silva
39475aa350 Remove deprecated Logger core extensions (core_ext/logger.rb) 2013-07-03 13:54:34 -03:00
Xavier Noria
c1e649a3ff Merge pull request #11271 from ryancw/patch-3
Grammar fix debugging rails applications [ci skip]
2013-07-03 08:55:00 -07:00
Ryan Williams
7ec63bb73e Grammar fix debugging rails applications [ci skip] 2013-07-03 11:51:12 -04:00
Carlos Antonio da Silva
4084b62dae Merge pull request #11267 from TylerBrock/add-patch-level-to-info
Add patch level to Ruby version information
2013-07-03 07:24:47 -07:00
Tyler Brock
5c099a6f06 Add patch level to Ruby version information
Given the recent security related patches to ruby and rails it is more
important than ever to know what patch level you are running.
2013-07-03 09:57:51 -04:00
Yves Senn
f34b3189dd Merge pull request #11265 from vipulnsward/deprecated_time_methods
Remove deprecated `Time` methods
2013-07-03 06:37:35 -07:00
Vipul A M
ec5e03bf67 Remove deprecated Time#time_with_datetime_fallback, Time#utc_time
and `Time#local_time` in favour of `Time#utc` and `Time#local`
2013-07-03 18:52:53 +05:30
Yves Senn
b70dd49060 Merge pull request #11264 from vipulnsward/deprecate_find_table_name
Remove deprecated `ActiveRecord::Fixtures.find_table_name`
2013-07-03 03:05:43 -07:00
Vipul A M
28d1d3f0fb Remove deprecated ActiveRecord::Fixtures.find_table_name in favour of ActiveRecord::Fixtures.default_fixture_model_name. 2013-07-03 15:28:05 +05:30
Yves Senn
33c61e3265 use American English: "favor" not "favour" [ci skip]
according to http://guides.rubyonrails.org/api_documentation_guidelines.html#english
2013-07-03 11:52:52 +02:00
Yves Senn
f775a8456a Merge pull request #11263 from neerajdotname/columns_for_remove
Removed deprecated method `columns_for_remove`
2013-07-03 02:32:47 -07:00
Neeraj Singh
0e8027fb34 Removed deprecated method columns_for_remove 2013-07-03 08:21:10 +05:30
Carlos Antonio da Silva
9adbbe93a9 Merge pull request #10565 from prathamesh-sonpatki/rake-db
Improved grammar and replaced 'dbs' slang with 'databases'
2013-07-02 19:39:32 -07:00
Carlos Antonio da Silva
01f0c3f308 Remove deprecated Hash#diff with no replacement.
If you're using it to compare hashes for the purpose of testing,
please use MiniTest's assert_equal instead.
2013-07-02 23:32:38 -03:00
Carlos Antonio da Silva
b296edd2d8 Merge pull request #10909 from dockyard/master
Use symbols instead of strings in ActiveSupport::Concern
2013-07-02 19:23:00 -07:00
Carlos Antonio da Silva
161c3afc9c Merge pull request #11134 from wangjohn/object_orienting_testing_rake_file
Making the rake file for tests easier to read.
2013-07-02 19:10:49 -07:00
Carlos Antonio da Silva
970c311432 Merge pull request #11258 from frodsan/remove_deprecated_distinct
Remove deprecated SchemaStatements#distinct
2013-07-02 19:03:32 -07:00
Carlos Antonio da Silva
bf12c35087 Remove deprecated Rails application fallback for integration testing
Set ActionDispatch.test_app instead.
2013-07-02 22:59:59 -03:00