All Projects → getsimpleadmin → Simpleadmin Rails

getsimpleadmin / Simpleadmin Rails

SimpleAdmin - Dashboard for modern website without wasting time

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Simpleadmin Rails

simpleadmin
Create admin dashboards for Web / Mobile / API applications
Stars: ✭ 85 (-2.3%)
Mutual labels:  webservice, webdevelopment
Rails React Boilerplate
Ruby on Rails, React, Webpack 4 boilerplate app.
Stars: ✭ 86 (-1.15%)
Mutual labels:  rails
Npm Rails
NPM support for Rails with Bundler-like DSL
Stars: ✭ 81 (-6.9%)
Mutual labels:  rails
Embedding Reference Apps
Reference applications for common web frameworks showing how to embed Metabase charts
Stars: ✭ 83 (-4.6%)
Mutual labels:  rails
Classroom
GitHub Classroom automates repository creation and access control, making it easy for teachers to distribute starter code and collect assignments on GitHub.
Stars: ✭ 1,243 (+1328.74%)
Mutual labels:  rails
Rails Security Checklist
🔑 Community-driven Rails Security Checklist (see our GitHub Issues for the newest checks that aren't yet in the README)
Stars: ✭ 1,265 (+1354.02%)
Mutual labels:  rails
Learn machine learning
Road to Machine Learning
Stars: ✭ 81 (-6.9%)
Mutual labels:  webdevelopment
Csso Rails
CSS Optimizer(csso) ruby wrapper for Rails Asset pipeline
Stars: ✭ 86 (-1.15%)
Mutual labels:  rails
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+1351.72%)
Mutual labels:  rails
Rust rocket api authentication
An example of API written in Rust with the rocket.rs framework, with a JWT Authentication
Stars: ✭ 82 (-5.75%)
Mutual labels:  webservice
Pluck all
A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
Stars: ✭ 83 (-4.6%)
Mutual labels:  rails
Rails docker template
Docker template for Rails app or Rails + Webpacker app development.
Stars: ✭ 82 (-5.75%)
Mutual labels:  rails
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1352.87%)
Mutual labels:  rails
Bhf
Rails-Engine-Gem that offers an admin interface for trusted user
Stars: ✭ 81 (-6.9%)
Mutual labels:  rails
Rails or
Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
Stars: ✭ 86 (-1.15%)
Mutual labels:  rails
Vue Rails Form Builder
A custom Rails form builder for Vue.js
Stars: ✭ 81 (-6.9%)
Mutual labels:  rails
Snibox
Self-hosted snippet manager
Stars: ✭ 1,247 (+1333.33%)
Mutual labels:  rails
Thredded
The best Rails forums engine ever.
Stars: ✭ 1,263 (+1351.72%)
Mutual labels:  rails
Covid Volunteers
Organizing and matching volunteers with COVID-19 projects
Stars: ✭ 87 (+0%)
Mutual labels:  rails
Pager Api
Easy API pagination for Rails
Stars: ✭ 86 (-1.15%)
Mutual labels:  rails

Build Status codecov.ioGem VersionMaintainability

SimpleAdmin

SimpleAdmin is a service for people with no special skills that enables a simple change of interface and decrease of your costs on a webpage development.

You do not need to waste your time on development and technical support. The Simple Admin team will help you pay focus on the key thing – your Product.

This is small API library to connect your application with SimpleAdmin service.

Example Application

Requirements

  • Ruby ~> 2.3;
  • Rails ~> 5.0;

Installation

simple_admin

Add SimpleAdmin to your application's Gemfile:

gem 'simpleadmin'

And then run:

bundle install

NOTE: If you want to test your local project you'll needing to install ngrok and run following command:

./ngrok http 3000

Copy your Forwadding URL (http://exampleapp.ngrok.io) and use it when you will be creating a project (column url).

Configuration

Add method mount_simpleadmin to your routes file to mount simpleadmin built-in routes:

# config/routes.rb
Rails.application.routes.draw do
  mount_simpleadmin
end

Create initializer, add your secret key and restart server

# config/initializers/simpleadmin.rb
ENV['SIMPLE_ADMIN_SECRET_KEY'] = 'SECRET_KEY'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/getsimpleadmin/simpleadmin.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].