All Projects → vueonrails → Vueonrails

vueonrails / Vueonrails

Licence: mit
💎 Rails gem with the power of Vue.js components

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Vueonrails

Karafka
Framework for Apache Kafka based Ruby and Rails applications development.
Stars: ✭ 1,223 (+389.2%)
Mutual labels:  rails, ruby-on-rails, rubygems
Leaky Gems
A list of Ruby gems that have known memory leaks (and issues)
Stars: ✭ 895 (+258%)
Mutual labels:  rails, ruby-on-rails, rubygems
Active record Events
Manage timestamps in ActiveRecord models
Stars: ✭ 109 (-56.4%)
Mutual labels:  rails, ruby-on-rails
Fake api
The fastest way to prototype API in your Rails application
Stars: ✭ 119 (-52.4%)
Mutual labels:  rails, ruby-on-rails
Doorkeeper Provider App
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
Stars: ✭ 146 (-41.6%)
Mutual labels:  rails, ruby-on-rails
Pingcrm
PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works
Stars: ✭ 106 (-57.6%)
Mutual labels:  rails, ruby-on-rails
Factory bot instruments
Instruments for benchmarking, tracing, and debugging Factory Girl models.
Stars: ✭ 108 (-56.8%)
Mutual labels:  rails, rubygems
Dry Rails
The official dry-rb railtie
Stars: ✭ 142 (-43.2%)
Mutual labels:  rails, ruby-on-rails
Instuigram
🎓 Learning Ruby on Rails through building the Instagram Application.
Stars: ✭ 88 (-64.8%)
Mutual labels:  rails, ruby-on-rails
Api guard
JWT authentication solution for Rails APIs
Stars: ✭ 159 (-36.4%)
Mutual labels:  rails, ruby-on-rails
Rails new
A thoughtfully designed template for building modern Rails apps. Get started in minutes instead of hours 🔥🚀
Stars: ✭ 151 (-39.6%)
Mutual labels:  rails, ruby-on-rails
Rspec Rails Examples
RSpec cheatsheet & Rails app: Learn how to expertly test Rails apps from a model codebase
Stars: ✭ 2,089 (+735.6%)
Mutual labels:  rails, ruby-on-rails
Lol dba
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
Stars: ✭ 1,363 (+445.2%)
Mutual labels:  rails, ruby-on-rails
Sr mini
A single file Rails app that will have you running a StimulusReflex and CableReady demo in just 2 steps.
Stars: ✭ 98 (-60.8%)
Mutual labels:  rails, ruby-on-rails
Gdpr Rails
An example project on building a GDPR compliant application
Stars: ✭ 109 (-56.4%)
Mutual labels:  rails, ruby-on-rails
Reactchat
A chat app built with React.js and ActionCable in Ruby on Rails 5.1
Stars: ✭ 90 (-64%)
Mutual labels:  rails, ruby-on-rails
Zen Rails Security Checklist
Checklist of security precautions for Ruby on Rails applications.
Stars: ✭ 1,765 (+606%)
Mutual labels:  rails, ruby-on-rails
Inject Some Sql
Have fun injecting SQL into a Ruby on Rails application!
Stars: ✭ 211 (-15.6%)
Mutual labels:  rails, ruby-on-rails
Rails React Boilerplate
Ruby on Rails, React, Webpack 4 boilerplate app.
Stars: ✭ 86 (-65.6%)
Mutual labels:  rails, ruby-on-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 (-65.6%)
Mutual labels:  rails, rubygems

vue on rails

Vue for your favorite Rails products

The Vue on Rails gem makes it easy to build Vue components on your Rails products.

It uses Rails 5.x, Vue 2.x, Webpacker 4.x, Ruby 2.x, Node 11.x, Yarn 1.12.x.

  • 🖖 Vue UI ready
  • 🐶 Support pug
  • 🤡 Jest test ready
  • ✂️ Specific-page Vue
  • 👷🏻️ Asset pipeline helpers
  • 🎯 Simple state management
  • 📦 Out of the box configuration
  • 🔨 Component generators and scaffolds
  • ❄️ Server Side Rendering using Hypernova
  • 🗃 Easily migrate to Vuex state management
  • 🌎 Internationalization for component parts
  • 💎 Compatible with Rails 6/5/4 and Webpacker
  • 🏎 Kickstart with our application template at https://vueonrails.com/vue

It ships out-of-the-box configuration, component generators and other solutions to make life easy for both Vue and Rails.


Getting Started

Create an empty Vue on Rails project by running with an application template:

rails new app -m https://vueonrails.com/vue -d postgresql

To browse the application template, it's here https://vueonrails.com/vue

Manual Installation

Create a Rails app with vue and webpack support.

rails new app --webpack=vue -d postgresql

Add this line to your application's Gemfile and run bundle

gem 'vueonrails'

note: vuejs gem was renamed to vueonrails

and run rails vue:setup to complete the installation


Getting Help & Contributing Back

Feel free to contribute back to Vue on Rails via pull requests. Below are some links that you may find useful.


Contact

📮 Bryan Lim [email protected]

Richard LaFranchi and I are writing a book Vue on Rails. If you are interested to be one of the early reviewers of our drafts, please email me.


MIT License

MIT

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].