#
rubyonrails

Ruby on Rails (Rails) is a web application framework written in Ruby. It is meant to help simplify the building of complex websites.
Here are 365 public repositories matching this topic...
Materializecss rubygem for Rails Asset Pipeline / Sprockets
rails
rubygems
rubygem
gem
material
material-design
materializecss
rubyonrails
materialize
material-design-rails
-
Updated
Jul 21, 2020 - Ruby
jonasjabari
commented
Jun 2, 2021
toggle show_on: "some_event", hide_after: 3000
works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of the toggle
is hidden again. However toggle hide_after: 3000
is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified
Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.
-
Updated
Aug 2, 2021 - Ruby
Moebooru, a fork of danbooru1 that has been heavily modified
-
Updated
Aug 3, 2021 - Ruby
Simple and powerful Ruby on Rails CMS for developers
-
Updated
May 30, 2018 - Ruby
Ansible: Ruby on Rails Server
-
Updated
Nov 1, 2018 - Ruby

github-api
profile
fun
social-network
compare
rubyonrails
contribution-graph
engaging-features
deep-insights
profile-presentation
-
Updated
Feb 29, 2020 - Ruby
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
i18n
graphql
boilerplate
boilerplate-template
rspec-rails
devise
saas
graphql-server
rubyonrails
ruby-on-rails
authentication-backend
hackathon-starter
rails-api
graphql-api
api-only
railsadmin
rails-api-starter
devise-jwt
saas-boilerplate
rails6
-
Updated
Aug 3, 2021 - Ruby
Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
-
Updated
Feb 29, 2020 - Ruby
amishyn
commented
Jun 19, 2020
Current Behavior
Before rollback is not executed on previously successful interactors.
2.6.5 :130 > MyOrganizer.perform
perform 1
perform 2 fail
before rollback 2
rollback 2
rollback 1
Expected Behavior
2.6.5 :130 > MyOrganizer.perform
perform 1
perform 2 fail
before rollback 2
rollback 2
**before rollback 1**
rollback 1
Steps to Reproduce
Jquery datatables ruby gems for assets pipeline
ruby
rails
jquery
rubygems
rubygem
gem
datatables
jquery-datatables
rubyonrails
jquery-datatables-rails
-
Updated
May 21, 2020 - Ruby
A Vue.js front-end paired with a Ruby on Rails API-based backend
-
Updated
Aug 11, 2021 - JavaScript
The lite version of the SaaS Rails 6 starter kit Sjabloon, includes setup for Webpacker, Tailwind (inc. PurgeCss) and Stimulus
rails
webpack
postcss
rails-template
rubyonrails
stimulus
tailwind
tailwindcss
tailwind-scaffolding
purgecss
stimulusjs
postcss-toolkit
saas-boilerplate
rails6
sjabloon-lite
-
Updated
May 17, 2020 - Ruby
-
Updated
Aug 11, 2021 - Ruby
A rubygem of Material Design for Bootstrap 4
-
Updated
Jun 30, 2019 - Ruby
Money - let's you manage your money and visualize where your money goes. Built using Ruby 2.3.0, Rails 4.2.5, Backbone and Bootstrap
-
Updated
May 20, 2021 - Ruby
Twittter - A tutorial of how to clone some features of Twitter using Ruby on Rails
-
Updated
Feb 14, 2019 - Ruby
Use Rails 5+ ActionCable channels with React Native for realtime magic.
react
rails
react-native
websockets
realtime
action-cable
reactnative
rubyonrails
rails5
ruby-on-rails
actioncable
realtime-messaging
realtime-updates
rails6
-
Updated
May 30, 2021 - CoffeeScript
-
Updated
Feb 13, 2019
react
css
android
rails
machine-learning
vuejs
awesome
react-native
deep-learning
reactjs
awesome-list
rubyonrails
ruby-on-rails
javscript
-
Updated
Aug 27, 2020
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.
rails
rails-engine
rails-admin
rails-application
rubyonrails
rails5
rails-asset-pipeline
rails-tutorial
rails4
rails-api
rails5-api
-
Updated
Apr 14, 2021
Ruby on Rails application templates
-
Updated
Aug 14, 2021 - Ruby
A fork of the GNU Social/AP-compatible microblogging server
ruby
rails
community
inclusivity
opensource
twitter
fork
reactjs
gnusocial
react-redux
rubyonrails
microblog
mastodon
features
fulltext-search
activitypub
-
Updated
Apr 25, 2020
AlertifyJS as gem for rails asset pipeline
-
Updated
Oct 15, 2019 - Ruby
donrestarone
opened
May 21, 2021
A New, Interactive Approach to Learning Ruby
ruby-library
rubygems
rails-engine
rails-application
oop
ruby-cli
rubyonrails
ruby-application
dynamic-programming
oop-principles
duck-typing
rails-tutorial
rails-api
rails-gem
ruby-workshop
-
Updated
Jul 13, 2021 - Ruby
Modern DelayedJob Dashboard for Ruby on Rails built with VueJS and Sinatra.
-
Updated
Apr 19, 2017 - Vue
A simple boilerplate built on Ruby on Rails to kick start new services
-
Updated
Aug 10, 2021 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia
Context
I've create a custom action that redirect to cart page with a success flash, but page open
no-product-available
modalExpected Behavior
Show modal only if applies
Actual Behavior
Cart page open a modal if there are a flash, no matter if is success or error
Possible Fix
Fix this view https://github.com/spree/spree/blob/a7f7114d3237ad214aacc9fe96d1676f1c115976/fron