Giter Club home page Giter Club logo

Comments (5)

meltingice avatar meltingice commented on August 31, 2024

Good idea, it's now published as 'twitpic-full'. Unfortunately 'twitpic' was already taken, but this is the only library with full API access, hence the name 'twitpic-full'. Let me know if it's not working for you, this was my first RubyGem :)

from ruby-twitpic.

sashazykov avatar sashazykov commented on August 31, 2024

Thank you.

Unfortunately, it doesn't work.

When I tried to include this library into my rails3 project, before you made the gem, I had to rename its main file to twit_pic.rb, because of rails3 naming convention. Otherwise rails didn't load the library using config.autoload_paths.

Moreover, there was the second problem. Rails unloads the library after the first use. Maybe this problem appeared only in development environment, but I haven't tested. I had to insert require "lib/twitpic.rb" into the model to solve this problem, but it's not good.

from ruby-twitpic.

sashazykov avatar sashazykov commented on August 31, 2024

I've changed require string and now it works!

gem 'twitpic-full', :require => 'twitpic'

from ruby-twitpic.

meltingice avatar meltingice commented on August 31, 2024

Awesome! That was my mistake, I should have posted somewhere that the library is in the file 'twitpic' not 'twitpic-full'. Unfortunately, the RubyGem project 'twitpic' was already taken, as I mentioned earlier.

from ruby-twitpic.

fr33z3 avatar fr33z3 commented on August 31, 2024

You can fix it just with creation of the 'twitpic-full.rb' file that will require 'twitpic.rb'. So there will be no necessary to use :require => 'twitpic'

from ruby-twitpic.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.