-
Updated
Apr 27, 2020 - Ruby
rails-engine
Here are 159 public repositories matching this topic...
-
Updated
May 29, 2020 - Ruby
Hi - this is a great gem, thanks for creating it and maintaining it!
First time user of Stripe, and it looks like the quick start is missing some steps right in the middle on how to initiate and complete a charge, such as for a subscription.
https://stripe.com/docs/billing/subscriptions/payment
Looks like we have:
- Creating creating products / plans
- Including the stripe elements JS
-
Updated
Apr 23, 2020 - Ruby
-
Updated
May 20, 2020 - Ruby
-
Updated
Jun 3, 2020 - Ruby
-
Updated
Jun 16, 2020 - Ruby
-
Updated
Feb 24, 2020 - HTML
How can i create a comment from a controller.
I want to create a comment each time i edit a post(the comment needs to be attached to the thread of the post i edited).
The documentation don't say anything abot creating a comment from the code. How should i do it?
-
Updated
Jun 5, 2020 - Ruby
-
Updated
Dec 25, 2019 - HTML
-
Updated
May 22, 2020 - Ruby
I want to use this gem, but there is an app example using it? If you have one I can help you with the documentation.
-
Updated
Mar 14, 2020 - Ruby
In the Curation > Translations > Pages tab, we list both the default language page titles and the corresponding locale version of the pages. When a default language page is updated more recently than the locale version of the page, we show a warning icon (and bold the timestamp of the default language page) to alert the curator to the potential problem of the pages being out of sync. But the warni
Add a new graph on the dashboard page (home) that will allow the user to see the most used commands on his Redis database.
Logs interface
Alert system
-
Updated
Mar 16, 2018 - Ruby
-
Updated
Dec 18, 2019 - Ruby
-
Updated
Jun 5, 2020 - Ruby
-
Updated
Dec 26, 2019 - Ruby
when you file a request rather than do a normal save it doesn't seem like model validation errors display in the form.
i handled this with the code below, but i'm not sure it's the best solution or if it's handling all possible errors. would be good to address this in the docs!
def create
@service = current_user.organisation.services.build(service_params)
if @serv
-
Updated
Dec 31, 2015 - Ruby
-
Updated
Jun 16, 2020 - Ruby
Please help to figure out how to change path to documentation so that I won't need to place it under 'public/swagger_docs/v1/swagger.json'?
I'm used to use https://github.com/brennovich/ruby-swagger and with Rails update 'swagger_engine' is not working anymore (of course).
I could write task for copying .json file everytime it's generated, but that's not nice.
RTL mode
How can we activate rtl mode?
-
Updated
Jun 17, 2020 - Ruby
-
Updated
Jun 15, 2020 - Ruby
Improve this page
Add a description, image, and links to the rails-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rails-engine topic, visit your repo's landing page and select "manage topics."


Clicking on a hint icon next to a checkbox field also toggles the checkbox. Since it's impossible to see the hint without changing the value of the checkbox, it makes the hint less useful :)
Maybe hints should display on hover?
(I may just use the helper_text instead, since that's lightweight and works for short hints)