ActiveAdmin alternative for Sinatra [closed] - ruby-on-rails

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
What are good admin interface options in Sinatra? Rails has activeadmin, can I use activeadmin with Sinatra?

You may want to look at http://www.padrinorb.com/ . Looks like it comes with a built in admin interface and is built specifically for Sinatra.

Related

Is there a GearmanProvider for Silex? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a provider thats gives me the ability to use Gearman with my Silex application.
I have found https://github.com/skeetr/silex but it seems that this provider is too old and it uses pecl_http instead of curl.
Does anyone know a better GearmanProvider for Silex? Can a use a
After some research i have used Skeetr/Silex.

Installing Publify on an existing Rails app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking to install Publify on an existing rails application. I want to have it use the same database as the rest of my rails application. If anyone could point me to a good guide on how to do so, or has done it themselves, I would appreciate the help.

Any open source Rails apps for managing employee's times? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've seen things in PHP for this like TimeClock . Its an app that manages Vacations / Hours / etc.
Anyone know of a Rails equivalent?
what you're looking for is a rails timesheet. you can check these out

gems/plugins for affiliate system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Do you remember any gems/plugins out there to support an affiliate (referral, partner) like system?
e.g the 37signals affiliate program
Any help/links would be appreciated.
http://code.google.com/p/substruct/wiki/HelpAffiliates
Is an open-source Rails e-commerce CMS that apparently supports an affiliate program out of the box. I'm considering it for an upcoming project, however I have no experience with it yet.

is there a way to make a DB diagram based on rails migrations? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
is there a way to make a DB diagram of tables..columns and their relationship based on a rails app?
if not...are there tools that would do that for a postgresql DB on ubuntu?
I've used RailRoad in the past which produces quite useful output.

Resources