Commit Graph

22211 Commits

Author SHA1 Message Date
Sebastian Martinez
c4b494bdc4 Rephrased Dirty#changed? docs 2011-04-26 23:37:11 -03:00
Sebastian Martinez
4554983ab1 Removed extra whitespace 2011-04-26 23:29:11 -03:00
Sebastian Martinez
a2bfa5fa30 Better formatting on ActiveModel::Translation 2011-04-26 23:26:10 -03:00
Piotr Sarnacki
e8c1031092 Merged pull request #319 from nusco/master.
Fixed minor typo in comment
2011-04-26 16:32:15 -07:00
Paolo "Nusco" Perrotta
24e4ea582b Fixed minor typo in comment 2011-04-26 16:15:20 -07:00
Aaron Patterson
2cac007c41 Merged pull request #318 from joshk/fix_tests.
fix mass-assignment security tests
2011-04-26 15:34:03 -07:00
Josh Kalderimis
fee69cb021 fix mass-assignment security tests, this was due to a string column limit which doesn't cause issues on sqlite 2011-04-27 00:28:24 +02:00
David Heinemeier Hansson
344c7766a5 Merged pull request #317 from jaredonline/master.
Change Array#from to return consistent results
2011-04-26 14:55:22 -07:00
Jared McFarland
74634d452b fixing Array#from to return consistent results 2011-04-26 14:46:52 -07:00
Arun Agrawal
c8102817ca Re-factored database.rake to allow Jdbcpostgresql. #jruby 2011-04-27 00:57:50 +05:30
David Heinemeier Hansson
4ce14fb080 Merged pull request #313 from chadk/master.
[patch] Asset helpers should understand scheme-relative URLs
2011-04-26 11:56:40 -07:00
Chad Krsek
c15108ce06 moving check fo scheme-relative URI into is_uri? 2011-04-26 11:50:08 -07:00
David Heinemeier Hansson
c57320d769 Prem fixes 1.9 engine test issue 2011-04-26 12:46:28 -06:00
José Valim
e36befbdd7 Merged pull request #279 from miloops/434d757.
Fix console to accept [environment] [options] as specified in docs.
2011-04-26 11:15:42 -07:00
Vijay Dev
c1132f7093 added the list of reversible commands in the newer migrations 2011-04-26 23:40:47 +05:30
Aaron Patterson
91bd1951cc Merged pull request #314 from smartinez87/master.
Fix #update_attributes api format error
2011-04-26 11:08:00 -07:00
Sebastian Martinez
0421002d78 Fix #update_attributes api format error 2011-04-26 14:58:06 -03:00
Vijay Dev
b105dc441b minor changes in migrations guide 2011-04-26 23:18:55 +05:30
Aaron Patterson
e28f9ad9df simplifying buffered logger for easier and slightly more performant codes. pumpkin 2011-04-26 10:41:59 -07:00
Aaron Patterson
315f555744 Merged pull request #307 from arunagw/master.
jdbcpostgresql support added into template.
2011-04-26 10:32:29 -07:00
Chad Krsek
b49a1192d3 asset helpers should understand scheme-relative URLs 2011-04-26 10:24:50 -07:00
David Heinemeier Hansson
9dc41a27d9 Merged pull request #311 from joshk/assign_attributes.
AR update_attributes api is updated to reflect the addition of assign_att
2011-04-26 10:00:51 -07:00
Prem Sichanugrist
d4259d8932 Change from self.(up|down) to (up|down) method 2011-04-26 23:33:39 +07:00
Prem Sichanugrist
72822800d5 Update guide to use change method in various places after migration generator has changed. 2011-04-26 23:32:03 +07:00
Aaron Patterson
8111facdb4 Merged pull request #311 from joshk/assign_attributes.
AR update_attributes api is updated to reflect the addition of assign_att
2011-04-26 09:22:43 -07:00
Joshua Peek
472f3fb61f Merged pull request #312 from joshk/bump_multi_json.
bump multi_json dependency
2011-04-26 09:07:14 -07:00
Josh Kalderimis
bb7024b6ec AR update_attributes api is updated to reflect the addition of assign_attributes 2011-04-26 18:00:57 +02:00
Josh Kalderimis
1233e09b7d bump multi_json dependency 2011-04-26 17:54:41 +02:00
Aaron Patterson
6e02a61f39 Merged pull request #310 from beanieboi/master.
Added support for tsvector datatype in postgres
2011-04-26 08:52:37 -07:00
Prem Sichanugrist
e6898e3b60 Change examples in guide to reflect changes from XML -> JSON 2011-04-26 22:23:57 +07:00
Sven Fuchs
a5b0f7064c bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception handler [#6739 state:committed]
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-04-26 15:10:58 +02:00
Mikel Lindsaar
dd44626c7f Updating to use Mail v2.3.0
Need to move the require of mail in test/abstract_unit to be after active support
  to make sure we use ActiveSupport multibyte handlers, otherwise, Mail will load its
  internal multibyte compat
2011-04-26 20:05:59 +10:00
Benjamin Fritsch
714b4a82f4 Added tsvector Datatype Support
Applied Patch from https://rails.lighthouseapp.com/projects/8994/tickets/5577-suport-from-tsvector-data-type-in-postgresql
2011-04-26 09:47:40 +02:00
José Valim
b73c84eaa7 Merged pull request #308 from joshk/assign_attributes.
deprecated the use of guard_protected_attributes with attributes= in AR
2011-04-25 23:58:23 -07:00
Chad Krsek
7469041c59 Revert "asset helpers should understand scheme-relative URLs"
This reverts commit 057412ce38ead06307a887dca333837a99f84f22.
2011-04-25 21:57:49 -07:00
Chad Krsek
057412ce38 asset helpers should understand scheme-relative URLs 2011-04-25 21:57:28 -07:00
Aaron Patterson
3a109f78cd Merged pull request #277 from kuinak/master.
Correct documentation for asset host strategy for 1.9.2
2011-04-25 17:00:52 -07:00
Aaron Patterson
933644519c Merged pull request #306 from rsim/case_insensitive_uniqueness_validation_fix.
Do not use SQL LIKE operator for case insensitive uniqueness validation
2011-04-25 15:33:05 -07:00
Aaron Patterson
242d24d385 Merged pull request #309 from arunagw/sass_new.
Using sass directly as new version is out.
2011-04-25 15:30:02 -07:00
Josh Kalderimis
f9d5a7bb8c deprecated the use of the guard_protected_attributes argument with attributes= in AR in favor of assign_attributes(attrs, :without_protection => true) 2011-04-25 23:57:09 +02:00
Arun Agrawal
348b5b9938 Using sass directly as new version is out. 2011-04-26 02:56:05 +05:30
Diego Carrion
873c13fc0d added test for number_to_phone with an empty string and area code true
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-04-25 17:57:54 -03:00
Arun Agrawal
253ba7779e Database creation for jdbcpostgresql #jruby 2011-04-26 02:13:20 +05:30
Vishnu Atrai
16d3266144 jdbcpostgresql support added into template. 2011-04-26 01:00:37 +05:30
Raimonds Simanovskis
070c9984a5 Do not use SQL LIKE operator for case insensitive uniqueness validation
It can result in wrong results if values contain special % or _ characters. It is safer to use SQL LOWER function and compare for equality.
2011-04-25 22:17:18 +03:00
Aaron Patterson
12427c8dea Merged pull request #304 from arunagw/jdbcmysql_db_create.
Fixed error when running db:create with jdbcmysql
2011-04-25 11:17:16 -07:00
José Valim
f3c335f1cd Merged pull request #305 from joshk/bump_deprecation.
bump AS deprecation_horizon to 3.2
2011-04-25 10:58:50 -07:00
Josh Kalderimis
75216248ef bump AS deprecation_horizon to 3.2 2011-04-25 19:55:09 +02:00
Rashmi Yadav
6464f7b9be Fixed error when running db:create with jdbcmysql 2011-04-25 23:05:17 +05:30
Aaron Patterson
17fec021d1 Merged pull request #300 from arunagw/jdbc_test.
Start Adding jdbcmysql support to new rails template.
2011-04-25 09:20:40 -07:00