Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Match domain language | David Heinemeier Hansson | 2017-07-01 | 2 | -2/+2 | |
| |/ / / / / | ||||||
| * | | | | | Sort out circular dependency for now | David Heinemeier Hansson | 2017-07-01 | 3 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Test blobs with real db backend | David Heinemeier Hansson | 2017-07-01 | 6 | -7/+32 | |
| | | | | | | ||||||
| * | | | | | Test checksumming | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Update README.md | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Autoload site | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Implied well enough | David Heinemeier Hansson | 2017-07-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Underscore its an interface | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | Ignore byebug history | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Test DiskSite | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+39 | |
| | | | | | | ||||||
| * | | | | | Quote this! | David Heinemeier Hansson | 2017-07-01 | 3 | -6/+8 | |
| | | | | | | ||||||
| * | | | | | Style | David Heinemeier Hansson | 2017-07-01 | 1 | -6/+10 | |
| | | | | | | ||||||
| * | | | | | Actual dependencies | David Heinemeier Hansson | 2017-07-01 | 1 | -10/+18 | |
| | | | | | | ||||||
| * | | | | | Switch to double quotes for Rails linter | David Heinemeier Hansson | 2017-07-01 | 1 | -12/+12 | |
| | | | | | | ||||||
| * | | | | | Require what we need | David Heinemeier Hansson | 2017-07-01 | 2 | -0/+7 | |
| | | | | | | ||||||
| * | | | | | Right paths | David Heinemeier Hansson | 2017-07-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Don't give return guarentees | David Heinemeier Hansson | 2017-07-01 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | No need to normalize since we generate our own keys | David Heinemeier Hansson | 2017-07-01 | 2 | -7/+1 | |
| | | | | | | ||||||
| * | | | | | Space to breathe | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Its a key now | David Heinemeier Hansson | 2017-07-01 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Go with site instead of store | David Heinemeier Hansson | 2017-07-01 | 3 | -3/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Better fit for upload/download terminology. | |||||
| * | | | | | No need for rails prefix | David Heinemeier Hansson | 2017-07-01 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | active_file is specific enough. | |||||
| * | | | | | Use key instead of token | David Heinemeier Hansson | 2017-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | More familiar in this context | |||||
| * | | | | | First sketching | David Heinemeier Hansson | 2017-06-30 | 15 | -0/+289 | |
| / / / / | ||||||
* | | | | | Merge pull request #30016 from ↵ | Guillermo Iguaran | 2017-07-31 | 5 | -0/+25 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | albertoalmagro/set-ruby-version-in-gemfile-and-ruby-version-by-default Set Ruby version in Gemfile and .ruby-version by default | |||||
| * | | | | Set Ruby version in Gemfile and .ruby-version by default | Alberto Almagro | 2017-07-31 | 5 | -0/+25 | |
|/ / / / | ||||||
* | | | | Merge pull request #29950 from MaxLap/avoid_or_clause_duplicates | Sean Griffin | 2017-07-31 | 3 | -6/+66 | |
|\ \ \ \ | |_|_|/ |/| | | | Avoid duplicate clauses when using #or | |||||
| * | | | Edits following the reviews | Maxime Lapointe | 2017-07-28 | 2 | -27/+43 | |
| | | | | ||||||
| * | | | Avoid duplicate clauses when using #or | Maxime Lapointe | 2017-07-25 | 3 | -9/+53 | |
| | | | | | | | | | | | | | | | | | | | | Condenses the clauses that are common to both sides of the OR and put them outside, before the OR This fix the current behavior where the number of conditions is exponential based on the number of times #or is used. | |||||
* | | | | Merge pull request #30001 from y-yagi/fix_test_directory | Kasper Timm Hansen | 2017-07-30 | 3 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | Fix test directory to correct path | |||||
| * | | | | Fix test directory to correct path | yuuji.yaginuma | 2017-07-30 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Together, fix to the following lint violation. ``` rails/actionview/test/ujs/public/test/data-confirm.js 303:11 error Strings must use singlequote quotes rails/actionview/test/ujs/public/test/data-remote.js 414:32 error Extra semicolon semi ✖ 2 problems (2 errors, 0 warnings) ``` | |||||
* | | | | | Merge pull request #29951 from georgeclaghorn/action-view-test-flow | Kasper Timm Hansen | 2017-07-30 | 2 | -0/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix testing helpers that use Action View's capturing helpers (e.g. content_for) | |||||
| * | | | | | Fix testing helpers that use Action View's capturing helpers (e.g. content_for) | George Claghorn | 2017-07-25 | 2 | -0/+10 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Fix github user output. | Kasper Timm Hansen | 2017-07-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | [ Orhan Toy & Kasper Timm Hansen ] | |||||
* | | | | | Merge pull request #29963 from y-yagi/fix_ruby_warnings | Kasper Timm Hansen | 2017-07-30 | 1 | -3/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix `warning: method redefined;` | |||||
| * | | | | | Fix `warning: method redefined;` | yuuji.yaginuma | 2017-07-28 | 1 | -3/+3 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following warning: ``` /tmp/d20170727-7039-kmdtb1/app/app/models/user.rb:5: warning: method redefined; discarding old model_name rails/activemodel/lib/active_model/naming.rb:222: warning: previous definition of model_name was here ``` | |||||
* | | | | | Merge pull request #30002 from y-yagi/change_http_postgresql_links_to_https | Vipul A M | 2017-07-30 | 8 | -32/+32 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Change http postgresql.org links to https [ci skip] | |||||
| * | | | | Change http postgresql.org links to https [ci skip] | yuuji.yaginuma | 2017-07-30 | 8 | -32/+32 | |
|/ / / / | | | | | | | | | | | | | | | | | It seems that it accepts only HTTPS connections. Ref: https://github.com/postgres/postgres/commit/7f77cbd996855a06fb742ea11adbe55c42b48fe2 | |||||
* | | | | Merge pull request #29933 from kirs/frozen-actionpack | Matthew Draper | 2017-07-29 | 281 | -3/+563 | |
|\ \ \ \ | |_|_|/ |/| | | | Use frozen string literal in actionpack/ | |||||
| * | | | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 281 | -3/+563 | |
|/ / / | ||||||
* | | | Merge pull request #29946 from kamipo/passing_arel_to_where_is_boundable | Sean Griffin | 2017-07-28 | 1 | -4/+1 | |
|\ \ \ | | | | | | | | | Building `where_clause` in `UniquenessValidator` is no longer needed | |||||
| * | | | Building `where_clause` in `UniquenessValidator` is no longer needed | Ryuta Kamizono | 2017-07-26 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Building `where_clause` manually was introduced at #26073 to include both `comparison` and `binds` in `where_clause`. Since 213796f, `comparison` includes `binds`, so it is enough to use `where` simply. | |||||
* | | | | Merge pull request #29979 from kamipo/use_build_bind_attribute | Sean Griffin | 2017-07-28 | 4 | -8/+7 | |
|\ \ \ \ | | | | | | | | | | | Use `predicate_builder.build_bind_attribute` wherever possible | |||||
| * | | | | Use `predicate_builder.build_bind_attribute` wherever possible | Ryuta Kamizono | 2017-07-28 | 4 | -8/+7 | |
| | |_|/ | |/| | | | | | | | | | | For less duplicated code. | |||||
* | | | | Add missing support for modulo operations on durations | Sayan Chakraborty | 2017-07-28 | 3 | -14/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails 5.1 introduce an `ActiveSupport::Duration::Scalar` class as a wrapper around a numeric value as a way of ensuring a duration was the outcome of an expression. However the implementation was missing support for modulo operations. This commit adds support for those operations and should result in a duration being returned from expressions involving them. Fixes #29603 and #29743. | |||||
* | | | | Merge pull request #29982 from ydakuka/patch-1 | Robin Dupret | 2017-07-28 | 1 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | [ci skip] update routing guide | |||||
| * | | | | Squashed commit of the following: | ydakuka | 2017-07-28 | 1 | -3/+3 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 4a3d295f3011e771cddead80de7497ca15d15c13 Author: Yauheni Dakuka <yauheni.dakuka@gmail.com> Date: Fri Jul 28 14:31:35 2017 +0300 Update routing.md commit 620a4ce47288e3ef6504290c78f931214968e7e3 Author: Yauheni Dakuka <yauheni.dakuka@gmail.com> Date: Fri Jul 28 14:19:29 2017 +0300 [ci skip] update routing guide | |||||
* | | | | Merge pull request #29980 from ydakuka/patch-1 | Robin Dupret | 2017-07-28 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | [ci skip] update routing guide | |||||
| * | | | [ci skip] update routing guide | Yauheni Dakuka | 2017-07-28 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Eager load the association classes on boot | Rafael Mendonça França | 2017-07-27 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were expecting those classes to be loaded when an association is defined but they are not. If you add a debugger on the first line of any of those classes and try to define the corresponding association you will see that the classes are not loaded. Fixes #26273 |