#
ror
Here are 219 public repositories matching this topic...
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
-
Updated
Dec 6, 2019 - Ruby
Rails learning Hub, related to Ruby, Rails and everything in between
ruby
rails
web-development
ror
rails-tutorial
rails-talks
interview-preparation
rails-jobs
learn-rails
-
Updated
Jan 5, 2022 - Ruby
Gem facilitating opinionated approach to leveraging publish/subscribe messaging pattern in Ruby on Rails applications.
-
Updated
Feb 9, 2022 - Ruby
Migration Validators project core classes
-
Updated
Dec 31, 2016 - Ruby
Residual Network of Residual Networks in Keras
-
Updated
May 23, 2017 - Python
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for devops. Once in production, your Rails app can be monitored, scaled, and managed using our tool suite for live apps.
ruby
rails
aws
devops
devtools
ruby-framework
developer-tools
development-workflow
development-environment
ruby-on-rails
getting-started
ror
nanobox
devops-tools
hacktoberfest
development-tools
deployment-system
deployment-platform
-
Updated
Jul 26, 2018 - Ruby
RoR Capstone Project required at the end of Rails module in Microverse Curriculum. It is an app to create articles. It allows to edit profile, comment, vote and bookmark an article for future reads.
-
Updated
May 19, 2022 - Ruby
Module also known as the backend for Stop Place Register ("nasjonalt stoppestedregister - nsr")
-
Updated
May 25, 2022 - Java
University of Ottawa - Software Engineering Student Association
-
Updated
Oct 20, 2018 - JavaScript
A Social media desktop web app where movie fans can post their opinions about movies or series they've watched, like opinions, follow their friends or other users whose content they enjoy consuming.
-
Updated
May 19, 2022 - Ruby
This project is an autonomous greenhouse, controlled by an Arduino microprocessor. The user interface was developed using HTML and Javascript, but will soon be refactored using Ruby on Rails.
-
Updated
Nov 24, 2020 - HTML
An easy to setup and flexible importer for Ruby on Rails
ruby
rails
activerecord
rubygems
csv
importer
import
rubyonrails
ruby-on-rails
ror
csv-import
csv-importer
active-record-importer
activerecord-importer
activerecord-import
active-record-import
rails-importer
rails-import
ruby-on-rails-import
ruby-on-rails-importer
-
Updated
Aug 18, 2017 - Ruby
Jupyter notebooks with examples of querying different PID graphs and providers like OpenAlex, FREYA PID Graph, OpenAIRE, ORCID, ROR, Crossref. Developed at TIB as part of the BMBF funded project TAPIR.
-
Updated
Mar 21, 2022 - Jupyter Notebook
File Content Disclosure on Rails Test Case - CVE-2019-5418
-
Updated
Mar 18, 2019 - Ruby
Front-end for the stop place registry, Tiamat
-
Updated
May 25, 2022 - JavaScript
rails-social-share-button is one of the best rails helper gem to add social share feature in your Rails app. Such as Twitter, Facebook, Tumblr, Weibo, Douban, QQ...
ruby
rails
rubygems
frontend
social-network
rails-application
ruby-on-rails
ror
social-share
social-share-plugin
social-share-button
rails-app
rails-social-share-button
-
Updated
May 23, 2019 - JavaScript
Improve this page
Add a description, image, and links to the ror topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ror topic, visit your repo's landing page and select "manage topics."
Feature
When one needs to create an action that just redirects to another page, one cannot silence the notification that "the action ran successfully". We need to add a
silentmethod that enables that redirection.Current workarounds
Cannot do it. You can say
succeed "", but that shows the alert.