aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | using @tenderlove's suggested implementation to speed things upJared McFarland2011-04-271-1/+1
| | |
* | | enable uglifier gem as new version of execjs is relasedGanesh Kumar2011-04-272-2/+2
| | |
* | | Merged pull request #319 from nusco/master.Piotr Sarnacki2011-04-261-1/+1
|\ \ \ | | | | | | | | Fixed minor typo in comment
| * | | Fixed minor typo in commentPaolo "Nusco" Perrotta2011-04-261-1/+1
|/ / /
* | | Merged pull request #318 from joshk/fix_tests.Aaron Patterson2011-04-262-15/+15
|\ \ \ | | | | | | | | fix mass-assignment security tests
| * | | fix mass-assignment security tests, this was due to a string column limit ↵Josh Kalderimis2011-04-272-15/+15
|/ / / | | | | | | | | | which doesn't cause issues on sqlite
* | | Merged pull request #317 from jaredonline/master.David Heinemeier Hansson2011-04-262-3/+3
|\ \ \ | | | | | | | | Change Array#from to return consistent results
| * | | fixing Array#from to return consistent resultsJared McFarland2011-04-262-3/+3
|/ / /
* | | Merged pull request #313 from chadk/master.David Heinemeier Hansson2011-04-262-2/+17
|\ \ \ | | | | | | | | [patch] Asset helpers should understand scheme-relative URLs
| * | | moving check fo scheme-relative URI into is_uri?Chad Krsek2011-04-261-9/+2
| | | |
| * | | asset helpers should understand scheme-relative URLsChad Krsek2011-04-262-2/+24
| | | |
| * | | Revert "asset helpers should understand scheme-relative URLs"Chad Krsek2011-04-252-24/+2
| | | | | | | | | | | | | | | | This reverts commit 057412ce38ead06307a887dca333837a99f84f22.
| * | | asset helpers should understand scheme-relative URLsChad Krsek2011-04-252-2/+24
| | | |
* | | | Prem fixes 1.9 engine test issueDavid Heinemeier Hansson2011-04-261-1/+1
| | | |
* | | | Merged pull request #279 from miloops/434d757.José Valim2011-04-261-1/+1
|\ \ \ \ | | | | | | | | | | Fix console to accept [environment] [options] as specified in docs.
| * | | | Fix console to accept [environment] [options] as specified in docs.Emilio Tagua2011-04-141-1/+1
| | | | |
* | | | | Merged pull request #314 from smartinez87/master.Aaron Patterson2011-04-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix #update_attributes api format error
| * | | | | Fix #update_attributes api format errorSebastian Martinez2011-04-261-1/+1
|/ / / / /
* | | | | simplifying buffered logger for easier and slightly more performant codes. ↵Aaron Patterson2011-04-262-10/+5
| | | | | | | | | | | | | | | | | | | | pumpkin
* | | | | Merged pull request #307 from arunagw/master.Aaron Patterson2011-04-264-3/+58
|\ \ \ \ \ | | | | | | | | | | | | jdbcpostgresql support added into template.
| * | | | | Database creation for jdbcpostgresql #jrubyArun Agrawal2011-04-261-1/+1
| | | | | |
| * | | | | jdbcpostgresql support added into template.Vishnu Atrai2011-04-263-2/+57
| | | | | |
* | | | | | Merged pull request #311 from joshk/assign_attributes.David Heinemeier Hansson2011-04-260-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | AR update_attributes api is updated to reflect the addition of assign_att
* | | | | | | Merged pull request #311 from joshk/assign_attributes.Aaron Patterson2011-04-262-4/+49
|\| | | | | | | | | | | | | | | | | | | | AR update_attributes api is updated to reflect the addition of assign_att
| * | | | | | AR update_attributes api is updated to reflect the addition of assign_attributesJosh Kalderimis2011-04-262-4/+49
| | | | | | |
* | | | | | | Merged pull request #312 from joshk/bump_multi_json.Joshua Peek2011-04-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | bump multi_json dependency
| * | | | | | bump multi_json dependencyJosh Kalderimis2011-04-261-1/+1
| | | | | | |
* | | | | | | Merged pull request #310 from beanieboi/master.Aaron Patterson2011-04-264-2/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added support for tsvector datatype in postgres
| * | | | | | | Added tsvector Datatype SupportBenjamin Fritsch2011-04-264-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | Applied Patch from https://rails.lighthouseapp.com/projects/8994/tickets/5577-suport-from-tsvector-data-type-in-postgresql
* | | | | | | | bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception ↵Sven Fuchs2011-04-263-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handler [#6739 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com>
* | | | | | | | Updating to use Mail v2.3.0Mikel Lindsaar2011-04-262-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | Merged pull request #308 from joshk/assign_attributes.José Valim2011-04-253-11/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | deprecated the use of guard_protected_attributes with attributes= in AR
| * | | | | | | | deprecated the use of the guard_protected_attributes argument with ↵Josh Kalderimis2011-04-253-11/+22
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | attributes= in AR in favor of assign_attributes(attrs, :without_protection => true)
* | | | | | | | Merged pull request #277 from kuinak/master.Aaron Patterson2011-04-251-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Correct documentation for asset host strategy for 1.9.2
| * | | | | | | ruby 1.9.2 and other ruby implementations may not return the same hash value ↵Evan Petrie2011-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the same string each time. This can result in your static assets being served from different asset hosts, which makes browser caching less effective. Use md5 or some other digest method instead.
* | | | | | | | Merged pull request #306 from rsim/case_insensitive_uniqueness_validation_fix.Aaron Patterson2011-04-252-2/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Do not use SQL LIKE operator for case insensitive uniqueness validation
| * | | | | | | | Do not use SQL LIKE operator for case insensitive uniqueness validationRaimonds Simanovskis2011-04-252-2/+29
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | It can result in wrong results if values contain special % or _ characters. It is safer to use SQL LOWER function and compare for equality.
* | | | | | | | Merged pull request #309 from arunagw/sass_new.Aaron Patterson2011-04-251-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Using sass directly as new version is out.
| * | | | | | | Using sass directly as new version is out.Arun Agrawal2011-04-261-1/+1
|/ / / / / / /
* / / / / / / added test for number_to_phone with an empty string and area code trueDiego Carrion2011-04-251-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* | | | | | Merged pull request #304 from arunagw/jdbcmysql_db_create.Aaron Patterson2011-04-252-1/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed error when running db:create with jdbcmysql
| * | | | | | Fixed error when running db:create with jdbcmysqlRashmi Yadav2011-04-252-1/+23
| | | | | | |
* | | | | | | Merged pull request #305 from joshk/bump_deprecation.José Valim2011-04-251-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | bump AS deprecation_horizon to 3.2
| * | | | | | bump AS deprecation_horizon to 3.2Josh Kalderimis2011-04-251-1/+1
| | | | | | |
* | | | | | | Merged pull request #300 from arunagw/jdbc_test.Aaron Patterson2011-04-254-1/+64
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Start Adding jdbcmysql support to new rails template.
| * | | | | | | Adding jdbcsqlite3 name in comment.Arun Agrawal2011-04-241-1/+1
| | | | | | | |
| * | | | | | | Looks more friendly. Arun Agrawal2011-04-241-1/+2
| | | | | | | |
| * | | | | | | jdbcsqlite3 support added into template. #jrubyArun Agrawal2011-04-233-1/+26
| | | | | | | |
| * | | | | | | Start Adding jdbcmysql support to new rails template.Arun Agrawal2011-04-233-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | More will come for jruby app.
* | | | | | | | Merged pull request #302 from metaskills/empty_inserts.Aaron Patterson2011-04-253-9/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use existing #empty_insert_statement_value for an insert with no columns.