All Projects → rollincode → rollinbox

rollincode / rollinbox

Licence: other
Ruby On Rails sandbox with rails-admin

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
coffeescript
4710 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rollinbox

guias-de-rails-espanol
Guías de Rails en Español (Rails 5) Estas son las guías de Rails 5 en Español (Guías Completas, con todos los Capítulos). Estas guías están diseñadas para que tengas una productividad inmediata con Rails, y para ayudarte a entender como encajan las piezas en Rails.
Stars: ✭ 42 (+27.27%)
Mutual labels:  rails-admin, rails5
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+184.85%)
Mutual labels:  rails5
Activerecord where assoc
Make ActiveRecord do conditions on your associations
Stars: ✭ 126 (+281.82%)
Mutual labels:  rails5
freshbarks-tailwind-demo
Tailwind demo using the FreshBooks Clients page as an example
Stars: ✭ 23 (-30.3%)
Mutual labels:  rails5
Spina
Spina CMS
Stars: ✭ 1,926 (+5736.36%)
Mutual labels:  rails5
bookstore-backend
Demo app for a series of articles
Stars: ✭ 57 (+72.73%)
Mutual labels:  rails5
Reactchat
A chat app built with React.js and ActionCable in Ruby on Rails 5.1
Stars: ✭ 90 (+172.73%)
Mutual labels:  rails5
workflow-activerecord
ActiveRecord/Rails Integration for the Workflow library
Stars: ✭ 24 (-27.27%)
Mutual labels:  rails5
drape
Drape – Reincarnation of Draper for Rails 5
Stars: ✭ 57 (+72.73%)
Mutual labels:  rails5
rails-rest-api
A simple RoR 5 REST API demo with JWT authentication.
Stars: ✭ 25 (-24.24%)
Mutual labels:  rails5
react-devise-token-auth-sample
React on Rails using devise_token_auth for authentication
Stars: ✭ 25 (-24.24%)
Mutual labels:  rails5
Lines Engine
Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
Stars: ✭ 191 (+478.79%)
Mutual labels:  rails5
rails admin history rollback
History rollback for rails_admin with paper_trail
Stars: ✭ 41 (+24.24%)
Mutual labels:  rails-admin
Websiteone
A website for Agile Ventures
Stars: ✭ 132 (+300%)
Mutual labels:  rails5
timebot
🤖 Timebot is a Slack bot for helping with everyday timesheet
Stars: ✭ 24 (-27.27%)
Mutual labels:  rails5
Action Cable Signaling Server
🤝Rails implementation of a WebRTC Signaling Server
Stars: ✭ 118 (+257.58%)
Mutual labels:  rails5
TheOpenCMS
TheOpenCMS. CMS on Rails
Stars: ✭ 36 (+9.09%)
Mutual labels:  rails5
chat-in-rails5
Example of Chat with Action Cable in Rails 5
Stars: ✭ 23 (-30.3%)
Mutual labels:  rails5
rails-webpacker-vue
Пример Rails приложения с Webpacker и Vue.js
Stars: ✭ 19 (-42.42%)
Mutual labels:  rails5
udemy-rails-api
Udemy Rails API course
Stars: ✭ 25 (-24.24%)
Mutual labels:  rails5

Rails 5 Sandbox

Ready to use sandbox, back-end/front-end architecture provided.

  • Rollincode rails admin theme (new modern bootstrap 3)
  • Nested sortable models
  • Image and attachment uploaders
  • Admin and User accounts configured
  • Seo optimization (friendly_id)
  • Froala v2 + file and images manager WYSIWYG
  • Block system on dashboard
  • ... many others

Model link example with slug see friendly_id

<%= model_path(@model.slug) %>

Notifications

redirect_to root_path, flash: {success: 'My message'}

Block on dashboard integration example in model:

included do
  rails_admin do
    navigation_label 'Page'
    navigation_icon 'fa fa-book'
    label_plural 'Pages'

navigation_icon and label_plural are optional

DASHBOARD

DASHBOARD

TODO

  • Rails 5 migration
  • Capistrano instructions
  • Capistrano initialization
  • Clean up
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].