noctivityinc
noctivityinc
Clean install of a new Rails 7 api_only app: ```config.api_only = true``` Added the jbuilder gem and generated a scaffold that has this line: ```render json: @practice_tests, status: :ok``` But...
Im receiving this error randomly while running my specs: ``` Failure/Error: page.set_rack_session(checkout_experience: 'three_step') ActiveRecord::StatementInvalid: PG::NoActiveSqlTransaction: ERROR: SAVEPOINT can only be used in transaction blocks : SAVEPOINT active_record_1 ``` I'm setting...
Updated the dependencies for `react-native-gestures` and `react-native-reanimited` and merged in @EugeneKey's changed. Cannot install without updating these dependencies
Two issues here. If you try to post an array of tags when creating/updating a subscriber as per the docs: ``` req.body [Object: null prototype] { email: '[email protected]', tags: '["tag1",...
We have been using custom attributes for almost 7 years via the Javascript API without issue. We have a custom attribute with the key `Company Name`, note the case and...
Just installed this gem and getting the following error when trying to use: ``` objc[2642]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. rails...
I have multiple Muuri grids on the page, each in it's own group. We let users add and remove new groups all the time. How can I add or remove...
When running any method with Ruby 3.2.4 on Rails 6.1.7.8 you get this error: ``` 3.2.4 :018 > body => {:data=>{:type=>"profile", :attributes=>{:email=>"[email protected]", :first_name=>"K", :last_name=>"Test 1", :properties=>{:role=>"guest", :channel=>"Natural"}}}} 3.2.4 :019 >...
Do you know if there is a way to use this without the new tab having focus? Its very distracting during development
I just installed this gem and added ``` config.hotwire_livereload.reload_method = :turbo_stream ``` to my development.rb as well. Im seeing this route error in my logs: ``` ActionController::RoutingError (No route matches...