Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #9234 from senny/9231_no_numbers_in_route_namespaces_allowed | Carlos Antonio da Silva | 2013-02-09 | 2 | -1/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | the `:controller` option for routes can contain numbers. closes #9231. | Yves Senn | 2013-02-09 | 2 | -1/+13 | |
* | | | | | | | | Merge pull request #9233 from rahul100885/master | Carlos Antonio da Silva | 2013-02-09 | 3 | -1/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Added notice message for destroy method in scaffold | Rahul P. Chaudhari | 2013-02-10 | 3 | -1/+6 | |
* | | | | | | | | Update activerecord/CHANGELOG.md | Guillermo Iguaran | 2013-02-09 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #9232 from robertomiranda/where-with-empty-hash | Guillermo Iguaran | 2013-02-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Use IN operator like arel for empty hash in where clause | robertomiranda | 2013-02-09 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Add missing require to AP | Carlos Antonio da Silva | 2013-02-08 | 1 | -0/+1 | |
* | | | | | | | Reverting e170014113 (Change behaviour with empty hash in where clause) | Guillermo Iguaran | 2013-02-08 | 3 | -12/+3 | |
* | | | | | | | We don't need a CHANGELOG entry for an issue of something that was not releas... | Santiago Pastorino | 2013-02-08 | 1 | -5/+0 | |
* | | | | | | | Merge pull request #9196 from AndreyChernyh/fix-cookies-with-null-session | Santiago Pastorino | 2013-02-08 | 4 | -5/+49 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix #9168 Initialize NullCookieJar with all options needed for KeyGenerator | Andrey Chernih | 2013-02-08 | 4 | -5/+49 | |
* | | | | | | | | Bump rack dependency to 1.5.2 | Santiago Pastorino | 2013-02-08 | 1 | -1/+1 | |
* | | | | | | | | Reverting 16f6f25 (Change behaviour with empty array in where clause) | Guillermo Iguaran | 2013-02-08 | 6 | -14/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Improve changelog entries in AR | Carlos Antonio da Silva | 2013-02-08 | 1 | -5/+6 | |
* | | | | | | | Merge pull request #9216 from robertomiranda/where-with-empty-array | Guillermo Iguaran | 2013-02-08 | 6 | -13/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Change behaviour with empty array in where clause | robertomiranda | 2013-02-08 | 6 | -13/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9220 from robertomiranda/where-with-empty-hash | Michael Koziarski | 2013-02-07 | 3 | -3/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Change behaviour with empty hash in where clause | robertomiranda | 2013-02-08 | 3 | -3/+11 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9185 from tricknotes/fix-article-for-generator-name | Carlos Antonio da Silva | 2013-02-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Fix article for generator name | Ryunosuke SATO | 2013-02-07 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #9207 from dylanahsmith/mysql-quote-numeric | Guillermo Iguaran | 2013-02-07 | 8 | -14/+60 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | active_record: Quote numeric values compared to string columns. | Dylan Smith | 2013-02-07 | 8 | -14/+60 | |
* | | | | | | | | Skip schema dumper extensions test if connection does not support it | Carlos Antonio da Silva | 2013-02-07 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Run schema dumper extensions without creating real extensions | Carlos Antonio da Silva | 2013-02-06 | 1 | -9/+2 | |
* | | | | | | | Do not print anything related to extensions when they don't none exist | Carlos Antonio da Silva | 2013-02-06 | 2 | -4/+16 | |
* | | | | | | | Add blank line after extensions to separate from tables in schema | Carlos Antonio da Silva | 2013-02-06 | 1 | -0/+1 | |
* | | | | | | | Fix indentation of extensions in schema | Carlos Antonio da Silva | 2013-02-06 | 1 | -4/+2 | |
* | | | | | | | Call super to use the abstract adapter implementation instead | Carlos Antonio da Silva | 2013-02-06 | 1 | -1/+1 | |
* | | | | | | | Add changelog entry for #9203 about schema dumper with db extensions | Carlos Antonio da Silva | 2013-02-06 | 2 | -2/+7 | |
* | | | | | | | Merge pull request #9203 from jaggederest/dumping_pgsql_extensions | Aaron Patterson | 2013-02-06 | 5 | -0/+42 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap... | Justin George | 2013-02-06 | 3 | -0/+27 | |
| * | | | | | | | improve tests to check for existence of extensions method, and skip testing d... | Justin George | 2013-02-06 | 2 | -8/+8 | |
| * | | | | | | | Add some tests to enumerate how extensions should be stored in the schema output | Justin George | 2013-02-06 | 2 | -0/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Update changelog from #9128 with author name | Carlos Antonio da Silva | 2013-02-06 | 1 | -2/+4 | |
* | | | | | | | Merge pull request #9128 from jamesotron/iso8601-sub-second-accuracy | Jeremy Kemper | 2013-02-06 | 3 | -2/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ... | James Harton | 2013-01-31 | 3 | -2/+7 | |
* | | | | | | | | Update actionpack/CHANGELOG.md | Rafael Mendonça França | 2013-02-06 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #9039 from senny/warn_on_controller_option_with_ruby_const... | Rafael Mendonça França | 2013-02-06 | 4 | -9/+72 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ruby constant syntax is not supported as routing `:controller` option. | Yves Senn | 2013-02-06 | 4 | -9/+72 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Update .gitignore | José Valim | 2013-02-05 | 1 | -2/+0 | |
* | | | | | | | | Enable hstore extensions on tests if it is not enabled and database supports it | Rafael Mendonça França | 2013-02-05 | 1 | -1/+8 | |
* | | | | | | | | Merge pull request #9192 from adammck/ignore-dot-ruby-version | Rafael Mendonça França | 2013-02-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Ignore .ruby-version | Adam Mckaig | 2013-02-05 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9178 from robertomiranda/best-standard-support-guide | Carlos Antonio da Silva | 2013-02-04 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update upgrading guide with ActionDispatch::BestStandardsSupport removal | robertomiranda | 2013-02-04 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #9177 from zenspider/master | Aaron Patterson | 2013-02-04 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Added test:all and test:all:db tasks to speed up full test runs. | Ryan Davis | 2013-02-04 | 1 | -0/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9175 from robertomiranda/add--rc-desc | Guillermo Iguaran | 2013-02-04 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add --rc description on the command line | robertomiranda | 2013-02-04 | 1 | -0/+3 | |
| | |_|/ / / / | |/| | | | | |