Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Simple idea for a mirror site | David Heinemeier Hansson | 2017-07-03 | 1 | -0/+44 | |
| | | | | | ||||||
| | * | | | Example of how configuration could happen | David Heinemeier Hansson | 2017-07-03 | 1 | -0/+25 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of github.com:basecamp/activefile | David Heinemeier Hansson | 2017-07-03 | 4 | -6/+82 | |
| | |\ \ \ | ||||||
| | | * | | | Forget about verified IDs for now | David Heinemeier Hansson | 2017-07-02 | 1 | -5/+0 | |
| | | | | | | ||||||
| | | * | | | Start on S3 site | David Heinemeier Hansson | 2017-07-02 | 3 | -1/+82 | |
| | | | | | | ||||||
| | * | | | | Uploading will set blob's byte size and checksum | David Heinemeier Hansson | 2017-07-01 | 2 | -4/+11 | |
| | | | | | | ||||||
| | * | | | | Breathing room | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Test basic upload | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+8 | |
| | | | | | | ||||||
| | * | | | | Standardize on #byte_size | David Heinemeier Hansson | 2017-07-01 | 2 | -2/+3 | |
| | | | | | | ||||||
| | * | | | | 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 #29520 from kirs/serialize-vs-postgres-native-column | Sean Griffin | 2017-08-04 | 3 | -0/+42 | |
|\ \ \ \ | | | | | | | | | | | Do not let use `serialize` on native JSON/array column | |||||
| * | | | | Do not let use `serialize` on native JSON/array column | Kir Shatrov | 2017-08-04 | 3 | -0/+42 | |
| | | | | | ||||||
* | | | | | Merge pull request #30058 from ↵ | Rafael França | 2017-08-04 | 1 | -1/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | y-yagi/use_assert_nil_if_value_is_nil_in_assert_field_default_value_ Use `assert_nil` if `value` is nil in `assert_field_default_value` | |||||
| * | | | | | Use `assert_nil` if `value` is nil in `assert_field_default_value` | yuuji.yaginuma | 2017-08-03 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is deprecate to specify nil for expect argument of `assert_equal`. Ref: https://github.com/seattlerb/minitest/commit/922bc9151a622cb3ef0b9f170aa09c3bb72c7eb8 | |||||
* | | | | | | Merge pull request #30069 from kamipo/use_concurrent_map_than_mutex | Sean Griffin | 2017-08-04 | 2 | -10/+6 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement caches | |||||
| * | | | | | | Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement caches | Ryuta Kamizono | 2017-08-04 | 2 | -10/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Statement caches are used as a concurrent map. It will more clarify to using `Concurrent::Map`. | |||||
* | | | | | | | Merge pull request #30022 from y-yagi/remove_extra_empty_line | Eileen M. Uchitelle | 2017-08-04 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Remove extra empty line | |||||
| * | | | | | | Remove extra empty line | yuuji.yaginuma | 2017-08-02 | 1 | -1/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #30052 from y-yagi/deprecate_load_error_regexps | Sean Griffin | 2017-08-03 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Deprecate `LoadError::REGEXPS` constant | |||||
| * | | | | | | | Remove unused `LoadError::REGEXPS` constant | yuuji.yaginuma | 2017-08-04 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since 4ad1a52, `LoadError::REGEXPS` is no longer needed. | |||||
* | | | | | | | | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 3 | -3/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #29967 from naw/binstub-error-msg | Richard Schneeman | 2017-08-03 | 1 | -5/+16 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Improve bundler binstub error message | |||||
| * | | | | | | | Revise bundle binstub error message | Nathan Wenneker | 2017-08-03 | 1 | -8/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Improve bundler binstub error message | Nathan Wenneker | 2017-07-26 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails displays an error message if you have a bundler-generated binstub at `./bin/rails` instead of a Rails-generated binstub. This error message is misleading because it makes it seem as though Rails 5 introduced recent changes in how binstubs are used, when these changes were actually introduced way back in Rails 4. The suggested upgrade steps are appropriate for an app that was created in Rails 3, but they likely aren't the correct fix for someone who sees this error message today on a modern app. I believe the `--binstubs` option on bundler is a more likely culprit and troubleshooting path. | |||||
* | | | | | | | | Merge pull request #30050 from ↵ | Sean Griffin | 2017-08-03 | 6 | -32/+31 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kamipo/dont_pass_connection_to_statement_cache_execute Passing `klass` to `StatementCache.new` | |||||
| * | | | | | | | | Passing `klass` to `StatementCache.new` | Ryuta Kamizono | 2017-08-04 | 6 | -32/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually `StatementCache#execute` is always passed the same klass that the owner klass of the connection when the statement cache is created. So passing `klass` to `StatementCache.new` will make more DRY. | |||||
* | | | | | | | | | Add backticks around String#camelize | Ryuta Kamizono | 2017-08-04 | 1 | -2/+2 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] |