Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Added mass-assignment security :as and :without_protection support to AR.new ↵ | Josh Kalderimis | 2011-05-01 | 2 | -29/+142 | |
| | |/ | |/| | | | | | | | and AR.create | |||||
* | | | Merge pull request #340 from joshk/default_scope_changes. | David Heinemeier Hansson | 2011-05-01 | 3 | -56/+41 | |
|\ \ \ | |/ / |/| | | removed the default_scope deprecations and updated the docs and tests to | |||||
| * | | removed the default_scope deprecations and updated the docs and tests to ↵ | Josh Kalderimis | 2011-04-28 | 3 | -56/+41 | |
| | | | | | | | | | | | | reflect its use cases | |||||
* | | | assert_difference can take a callable piece of code rather than just evaling ↵ | Aaron Patterson | 2011-05-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | a string | |||||
* | | | Merge pull request #316 from arunagw/jdbc_postgresql. | Aaron Patterson | 2011-05-01 | 1 | -83/+83 | |
|\ \ \ | |_|/ |/| | | Re-factored database.rake to allow Jdbcpostgresql. #jruby | |||||
| * | | Minor fixes in databases.rake | Arun Agrawal | 2011-04-27 | 1 | -71/+71 | |
| | | | ||||||
| * | | Allowing jdbcsqlite3 to drop database, clone structure. #jruby | Arun Agrawal | 2011-04-27 | 1 | -7/+7 | |
| | | | ||||||
| * | | Re-factored database.rake to allow Jdbcpostgresql. #jruby | Arun Agrawal | 2011-04-27 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-01 | 8 | -24/+65 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: railties/guides/source/contributing_to_ruby_on_rails.textile | |||||
| * \ \ | Merge branch 'master' of github.com:lifo/docrails | Dan Pickett | 2011-04-29 | 8 | -24/+65 | |
| |\ \ \ | ||||||
| | * | | | Better formatting here | Sebastian Martinez | 2011-04-24 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Added missing docs to mysql2_adapter | Sebastian Martinez | 2011-04-22 | 1 | -0/+13 | |
| | | | | | ||||||
| | * | | | Fixed punctuation errors. | Sebastian Martinez | 2011-04-22 | 1 | -4/+4 | |
| | | | | | ||||||
| | * | | | Better docs formatting | Sebastian Martinez | 2011-04-22 | 1 | -10/+11 | |
| | | | | | ||||||
| | * | | | Fix #postgresql_version docs | Sebastian Martinez | 2011-04-22 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Added docs for #version on mysql_adapter | Sebastian Martinez | 2011-04-22 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Added some docs on SQLite adapter | Sebastian Martinez | 2011-04-22 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Make this docs more consistent with the rest of the docs present | Sebastian Martinez | 2011-04-22 | 3 | -4/+6 | |
| | | | | | ||||||
| | * | | | dot missing here | Sebastian Martinez | 2011-04-22 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Added doc for #table_exists? | Sebastian Martinez | 2011-04-22 | 1 | -0/+4 | |
| | | | | | ||||||
| | * | | | Added docs for #rename_table on some adapters | Sebastian Martinez | 2011-04-22 | 3 | -0/+11 | |
| | | | | | ||||||
| | * | | | Added docs for #columns on some adapters | Sebastian Martinez | 2011-04-22 | 2 | -0/+2 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of git://github.com/rails/rails | Xavier Noria | 2011-04-23 | 8 | -49/+59 | |
| | |\ \ \ | ||||||
| | * | | | | Added docs for #indexes on adapters | Sebastian Martinez | 2011-04-22 | 3 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | fixing more test warnings in 1.9.3 | Aaron Patterson | 2011-04-30 | 3 | -6/+6 | |
| | | | | | | ||||||
* | | | | | | fixing test warnings | Aaron Patterson | 2011-04-30 | 1 | -7/+1 | |
| | | | | | | ||||||
* | | | | | | using bind parameters for updates | Aaron Patterson | 2011-04-30 | 6 | -5/+16 | |
| | | | | | | ||||||
* | | | | | | fixing arel requirements for released arel | Aaron Patterson | 2011-04-30 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | making sure the `create_fixtures` method works to prevent regressions | Aaron Patterson | 2011-04-29 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | make sure we flatten the fixture path list | Aaron Patterson | 2011-04-29 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | shorten up our fixture path resolving code | Aaron Patterson | 2011-04-29 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | table name needs to be classified when instantiating fixtures | Aaron Patterson | 2011-04-29 | 1 | -2/+4 | |
|/ / / / / | ||||||
* | | | | | convert query results to a list of lists | Aaron Patterson | 2011-04-29 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | requring pg ~> 0.11, so remove conditional code for supporting older ↵ | Aaron Patterson | 2011-04-29 | 1 | -56/+12 | |
| | | | | | | | | | | | | | | | | | | | | versions of the gem | |||||
* | | | | | Make postgresql faster on development (thanks to @tapajos). | José Valim | 2011-04-29 | 1 | -0/+8 | |
| | | | | | ||||||
* | | | | | lean on rubygems to provide error messages about missing gems | Aaron Patterson | 2011-04-29 | 1 | -9/+2 | |
| | | | | | ||||||
* | | | | | supporting delete with bind parameters in mysql2 | Aaron Patterson | 2011-04-29 | 1 | -0/+8 | |
| | | | | | ||||||
* | | | | | refactor exec_delete to reuse the statement cache from exec_query | Aaron Patterson | 2011-04-29 | 1 | -70/+44 | |
| | | | | | ||||||
* | | | | | statement cache for deletes working on mysql | Aaron Patterson | 2011-04-29 | 1 | -0/+39 | |
| | | | | | ||||||
* | | | | | sqlite3 supports prepared statement deletes | Aaron Patterson | 2011-04-29 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | postgresql supports prepare statement deletes | Aaron Patterson | 2011-04-29 | 4 | -26/+52 | |
| | | | | | ||||||
* | | | | | supporting nil when passed in as an IN clause | Aaron Patterson | 2011-04-29 | 2 | -4/+16 | |
| | | | | | ||||||
* | | | | | Test that passing nil member of array in conditions retrieves records with nil | gmile | 2011-04-29 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | value on a selected field. | |||||
* | | | | | clearing statement from cache on exception in order to support older ↵ | Aaron Patterson | 2011-04-28 | 1 | -3/+13 | |
| |_|_|/ |/| | | | | | | | | | | | versions of mysql | |||||
* | | | | requiring a newer version of the mysql2 gem | Aaron Patterson | 2011-04-27 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | some test renaming to avoid collisions, and some annoying issues between dbs | Josh Kalderimis | 2011-04-27 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | final corrections to the mass-assignment security tests | Josh Kalderimis | 2011-04-27 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | fix mass-assignment security tests, this was due to a string column limit ↵ | Josh Kalderimis | 2011-04-27 | 2 | -15/+15 | |
| |_|/ |/| | | | | | | | | which doesn't cause issues on sqlite | |||||
* | | | Fix #update_attributes api format error | Sebastian Martinez | 2011-04-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged pull request #307 from arunagw/master. | Aaron Patterson | 2011-04-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | jdbcpostgresql support added into template. |