Multiple-File-Uploads-with-Paperclip-and-Rails-3
Multiple-File-Uploads-with-Paperclip-and-Rails-3 copied to clipboard
A basic application that uses paperclip and rails 3
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.24 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...
Bumps [rack](https://github.com/rack/rack) from 1.2.1 to 1.2.8. Changelog Sourced from rack's changelog. [1.1.6, 1.2.8, 1.3.10] 2013-02-07 Fix CVE-2013-0263, timing attack against Rack::Session::Cookie [1.5.1] 2013-01-28 Rack::Lint check_hijack now conforms to other parts...
Bumps [rake](https://github.com/ruby/rake) from 0.8.7 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [rails](https://github.com/rails/rails) from 3.0.3 to 3.2.17. Commits - [`666e9f6`](https://github.com/rails/rails/commit/666e9f65bdfeb6cc5aa80b6254608adc3d7845ce) Preparing for 3.2.17 release - [`388d2f8`](https://github.com/rails/rails/commit/388d2f88886e4da8cc9fd9e14c80a4021ef47da1) Use the reference for the mime type to get the format - [`eaa2101`](https://github.com/rails/rails/commit/eaa2101b294ef546cc3fb35cc3f49c73849ac470) Escape format,...
Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.5.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...
Bumps [paperclip](https://github.com/thoughtbot/paperclip) from 2.3.8 to 4.2.2. Changelog *Sourced from [paperclip's changelog](https://github.com/thoughtbot/paperclip/blob/master/NEWS).* > 4.2.2: > > * Security fix: Fix a potential security issue with spoofing > > 4.2.1: > >...
After cloning this project and updating rake (now up to 0.9.2) I ran into this issue when submitting a new post: NoMethodError in PostsController#create undefined method `path' for #ActionDispatch::Http::UploadedFile:0x00000100e94610 I...
Hi there, I am a begginer, I unzip your project, but I changed database (Im using mysql) but when I run your code, I just can create a new post...