As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What Ruby on Rails gems are available to graph data?
This should include the ability to create pie charts, bar graphs, etc.
Please include a link to the gem, its support docs, or a screenshot.
Take a look at http://www.highcharts.com/. As it's frontend stuff, a gem is not needed to integrate it.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm new to Ruby and would like to learn how to build a gem that allows users to sensor different parts of a photo they upload. Hence, any tutorials, git repositories, or similar gems would be GREATLY appreciated!!!
Check RMagick.
blur method is probably what you are looking for.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been using for my latest project Twitter Bootstrap, but I've found to have compatibility issues with older browsers.
Now I want to start a new project and I don't want to use Bootstrap anymore. Do you know any alternative to it ?
There is Kickstrap which is nice alternative to twitter-bootstrap.
But I would stay with twitter-bootstrap.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What's the best plugin to integrate Solr with Ruby on Rails?
acts_as_solr is outdated. any other ones ?
I hear many people are using Sunspot.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
working with a small database,users and a minimal design are the most important needs.
Assuming you only want to do basic CRUD operations, and given the powerful scaffolding Rails has, I'd just take a few hours to build your own. If you need user authentication, simply use Devise and you should be all set.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What is the best plugin or gem for adding comments to the ActiveRecord models in rails?
Maybe there is one with ability to rate each comments with votes +1/-1 (like on youtube for example) and a cool view helper to display comments in a tree?