mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-07 21:22:37 +01:00
add attachment model and add paperclip
This commit is contained in:
parent
013b260a1b
commit
76de5bf2b3
8 changed files with 78 additions and 22 deletions
|
|
@ -114,6 +114,12 @@ GEM
|
|||
nokogiri
|
||||
rack (1.5.5)
|
||||
rack-dev-mark (0.7.3)
|
||||
paperclip (4.1.1)
|
||||
activemodel (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
cocaine (~> 0.5.3)
|
||||
mime-types
|
||||
polyglot (0.3.5)
|
||||
rack (>= 1.1)
|
||||
rack-mini-profiler (0.9.2)
|
||||
rack (>= 1.1.3)
|
||||
|
|
@ -228,6 +234,7 @@ DEPENDENCIES
|
|||
jquery-rails
|
||||
mocha
|
||||
mysql2
|
||||
paperclip
|
||||
rack-dev-mark
|
||||
rack-mini-profiler
|
||||
rails (~> 4.1.11)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue