-
Updated
Dec 14, 2020 - Ruby
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 327 public repositories matching this topic...
-
Updated
Jul 21, 2020 - Ruby
-
Updated
Oct 14, 2020 - Ruby
-
Updated
May 30, 2018 - Ruby
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Nov 1, 2018 - Ruby

-
Updated
Feb 29, 2020 - Ruby
-
Updated
Feb 29, 2020 - Ruby
-
Updated
Sep 21, 2020 - Ruby
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
-
Updated
May 21, 2020 - Ruby
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 11, 2020 - Ruby
-
Updated
Jun 30, 2019 - Ruby
-
Updated
May 17, 2020 - Ruby
-
Updated
Mar 4, 2020 - Ruby
-
Updated
Aug 10, 2020 - CoffeeScript
-
Updated
Aug 27, 2020
-
Updated
Feb 14, 2019 - Ruby
-
Updated
Aug 22, 2018
-
Updated
Feb 13, 2019
-
Updated
Apr 25, 2020
-
Updated
Oct 15, 2019 - Ruby
-
Updated
Apr 19, 2017 - Vue
-
Updated
Jun 25, 2020 - Ruby
-
Updated
Dec 26, 2015 - Ruby
-
Updated
Dec 15, 2020 - Ruby
-
Updated
Jun 1, 2019 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia
What is the expected behaviour?
Add the HTML tag, as specified here https://www.w3schools.com/tags/tag_select.asp We only have a form_select component, but just like we have input and form_input, we need select alongside form_select. Actually within closing this issue, we should adjust the implementation of form_select to