suitable ruby on rails cms with excellent documentation [closed] - ruby-on-rails

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.

Related

Is Grails 2.2 worth using for serious and complex web application development? [closed]

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 9 years ago.
We are contemplating using grails for our next project. But we are not sure if it is mature enough to use.
We have googled and even seen few existing posts on SO where people are saying good and bad things, but i guess they were old posts and articles.
As of 2013, and grails 2.2 release are there any concerns which we should consilder before moving to grails?

Different Logging Mechanisms available on Ruby on rails3 for a vast application [closed]

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 need a suggestion on the best logging mechanism available out of all for a vast application which may need something like log4j..
Rails already comes with a logger. Of course you can substitute it for another logger, for which Log4r (has quite some similarities with log4j) could be a good option. But it would be nice if you could elaborate a bit more, before asking one-line questions. Anyway, this is a great place to start:
http://guides.rubyonrails.org/debugging_rails_applications.html
Chapter 2 covers the (built-in Ruby) logger.

Ruby on Rails graphing gems? [closed]

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.

Could a moderately complicated rails/django app serve 50 requests a second? [closed]

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.
See the title :)
It depends on the application complexity, hardware available, system structure, database structure, caching strategy and many many other factors. Twitter uses RoR for its frontend, and they get more than 50 requests/second.
Your question is very general and can not be answered within the parameters you specified.

Best rails plugin for comments? [closed]

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?

Resources