New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paperclip_i18n

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paperclip_i18n

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Paperclip I18n

Is an extension for the thoughtbot paperclip plugin to i18n support to file upload. Every language has a seperate file scope.

  • Tested with Rails 3.1

Installation Instruction

Add this line to your Gemfile

gem 'paranoid_i18n'

Bundle update in your console:

bundle update

You may want to run the generator for final touches (see next step).

Generator

There's a generator which creates the basic model, migration & controller for you:

rails g paperclip_i18n
rake db:migrate

You have to specify the controller in your config/routes.rb

resources :assets, :only=>[:show]

FAQs

Package last updated on 05 Sep 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc