Eric Gross
Eric Gross
I am using RESideMenu (awesome!) to show a RETableView as the right menu on a page. How can I adjust the table view so that its bounds correspond to the...
I am trying to trace allocations in my rspec test run so I have added the following to my rails_helper.rb (at the top: ``` require 'allocation_stats' AllocationStats.trace_rspec ``` And all...
I appreciate so many of the improvements to administrate since its last release - is there any chance a new version of administrate could be created? I know that we...
The docs refer to tm:afterPush but it is actually tm:pushed.
Thank you for this amazing gem. It is working for us when we use the version from github but not the latest release. Any chance you would be able to...
I'd like to set a different path in `after_new_subscription_path` - what is the best way to do that?
I am submitting the payment-form which is being sent to Stripe, then this is being returned to SubscriptionsController#update: ``` { "utf8" => "✓", "authenticity_token" => "E5akFRcgxk/rU1AMKdmZXzVavtuBC48nIWHomLdYoeJrh6i8A21LKrTm81QRkhxXMOoVExUJ5/D7BljHp1E62w==", "subscription" => { "plan_id"...
I had to modify this line: `` to: `` In order for a plan_id to be submitted with the payment-form. How is this supposed to be set?
We are calling a cell from the controller with a context, and that cell is rendering cells inside of itself passing a context. It appears that the context for the...
I have a data migration which uses `RLS.run_per_tenant` in order to handle the `tenant_id`, and it seems to work fine. I am currently having an issue though where the `DataMigrate::DataSchemaMigration`...