Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

How do I make a Javascript asset public for a CORS Rails app?

In a Hotwire/Rails app, when to use target: '_top' for a turbo_frame?

Rails 6 upgrading from turbolinks to turbo. How to require turbo-rails in application.js?

GET request processed as HTML rather than TURBO_STREAM from within turbo_frame_tag

How can I receive a JSON:API post of nested attributes in Ruby on Rails?

Resque: how can i use specific worker for only one specific queue

PG::UndefinedTable: ERROR: relation does not exist

rails: any change to custom.css.scss make the app crash

css ruby-on-rails

Rails AssetNotPrecompiledError even though the assets are being precompiled

Rails "Show" routes

ruby-on-rails

What's the best way to handle spammers sending unwanted POST data?

Handle MySQL Failover(master/slave role switch) with activerecord in rails application

Append an attribute to a model for temporary use on Rails 3

ruby-on-rails ruby

undefined method `merge' for "xxxxxx":String rails form_for

rails - how much faster are number comparisons vs text comparisons

Ruby Rails Devise and SAML with Office 365

ruby-on-rails devise saml

How to truncate hyperlink text but not hyperlink itself in Ruby on Rails?

Advantage to using describe/it over feature/scenario in specs? (besides syntactic sugar)