top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Using Ruby Gems On Ruby On Rails

+1 vote
247 views

Is it possible to use ruby gems such as "gosu" or "fxruby" on a rails applications? And if so how do you do it?

posted Aug 27, 2013 by Deepak Dasgupta

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Rails seems to have a whole whack of them and I'm not sure which ones match my requirements. The library must:

  • be fully themeable; the overall layout is going to be made from scratch
  • allow custom content for pages (i.e. a developer-made page)
  • allow defining of different types of posts with different fields/data
  • support image upload for at least pages and preferably posts as well
  • be relatively easy to extract post content outside the CMS (e.g. for use in sending an e-mail digest)

Preferably it should:
- Be compatible with Rails 4
- allow individual pages to be user-edited with HTML/CSS after they've been created

Can anyone recommend one for me?

+2 votes

I need to generate few basic reports in rails (generated on the basis of some SQLs fired on MySQL) which can be viewed in HTML5 and then if a user wants, he should be able to download a pdf file for the report. Can someone suggest a gem for this requirement?

+1 vote

I'm working on an ecommerce website and need to implement an authentication and authorization system. The system should be restful so that i can consume it from different sources like (web, android, ios etc). I'm currently working on devise but dont know how to convert it restful. Can anyone help me with the best gem using which i can implement above scenario ASAP.

Also can someone provide me with testing methodologies for authentication system which is restful. It would be very helpful if you can provide a blog or video tutorial for accomplishing the above task.

+1 vote

We recently looked at mongoDB a bit. I was discussing using mongoDB with active record but was told that maybe there are other or better options. Can someone comment on that ?

Also, someone suggested storing a ruby array directly inside of a record where I would have opted for the array to be a separate set of records in active record using has_many and belongs_to .. It seemed to me that how I search on those child records would be a big factor but I soon realized I need to find out what are the options. Do people store arrays and hashes directly in mongo DB fields or is that not the best way to go ?

–1 vote

Not a question but just information, here are 10 sites which are built using RoR http://blog.netguru.co/post/**********/top-10-sites-built-with-ruby-on-rails

...