The Wayback Machine - https://web.archive.org/web/20200617160721/https://github.com/topics/rails-engine
Skip to content
#

rails-engine

Here are 159 public repositories matching this topic...

kurtome
kurtome commented Jul 6, 2018

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)

brentpicasso
brentpicasso commented Oct 30, 2019

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
ggeisler
ggeisler commented May 3, 2018

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

jhackett1
jhackett1 commented Apr 19, 2020

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
aleksandra-stolyar
aleksandra-stolyar commented Aug 31, 2018

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.

Improve this page

Add a description, image, and links to the rails-engine topic page so that developers can more easily learn about it.

Curate this topic

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

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.