Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sex_it_up

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sex_it_up

  • 1.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

{}[https://secure.travis-ci.org/aantix/sex_it_up] == Description Turn your boring demo website and placeholder images into a beautiful display of artwork.

In your Gemfile, add the following : gem "sex_it_up", ">= 1.0.0"

Then perform the following from the root of your application directory :

bundle install

Now we need to copy over the needed migration : rails g sex_it_up rake db:migrate

== Displaying Images

If you want to display a random image for the term 'dog', first add the following to your Rakefile : require 'tasks/sex_it_up'

Once you have the rake task available, you can issue the following rake command to warm the image cache for a given term : rake sex_it_up:cache[]

e.g. :
rake sex_it_up:cache["dog"]

Once the rake task has completed, change your erb view to call the following helper : sexy_image('dog', :width => 100, :height => 100)

This helper will find a random image for the given term, scale it to the passed in dimensions, and display it.

== Other Uses If you wanted to replace your boring default user avatars, you could do the following user.icon = SexItUp::SexItUpImage.find_all('dog').random.first

== Sample Screenshot http://i.imgur.com/bmHvj.png

== Copyright

Copyright (c) 2010-2012 Jim Jones. See LICENSE for details.

FAQs

Package last updated on 03 Jan 2012

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