aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/migration.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't annotate template class with :nodoc:George Claghorn2017-07-231-1/+1
|
* Collapse indeces per Jeremy.Kasper Timm Hansen2017-07-231-3/+1
|
* Explore regular polymorphic associations rather than record_gidDavid Heinemeier Hansson2017-07-231-4/+5
|
* Merge pull request #15 from robin850/documentationDavid Heinemeier Hansson2017-07-081-1/+1
|\ | | | | Add some documentation
| * Add some documentationRobin Dupret2017-07-071-1/+1
| |
* | Change type of created_at columns from time to datetimeGeorge Claghorn2017-07-071-8/+8
|/ | | | We intend to store a date and time, not merely a time.
* Fix the migration class nameRobin Dupret2017-07-061-1/+1
| | | | | | Due to Active Support auto loading feature, the migration class shouldn't be name-spaced under the `ActiveStorage` constant, otherwise, running the migrations would throw an error.
* ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-061-0/+28
Yaroslav agreed to hand over the gem name ❤️