Pagy Frontend Extra MAterialize
Did you add the `gem 'pagy'` into the Gemfile?
Domizio Demichelis repliedDid you add the `gem 'pagy'` into the Gemfile?
Domizio Demichelis repliedHey everyone, I just finished this article on Rails advantages in 2019! I would love to know your thoughts and comments! https://snipcart.com/blog/rails-advantages Thanks!
Nathan Thompson postedHey everyone, I recently worked with a dev on our team to write an article on Ruby on Rails and I would love thoughts/feedback since I have another article coming out this week (which is more over...
Nathan Thompson postedI don't quite know why it works but passing a string to `includes` instead of a symbol returns both labels. > Issue.by_labels('bug').includes('labels', 'language').first.labels.map(&:na...
Oliver repliedHow would you set up a custom constraint to redirect in the absence of an ENV. eg: If a certain set of ENVs are missing, it would redirect you to an error page using a custom route. If the envs ar...
Luis Mejia postedHey! thank you for your reply. Unfortunately that seems to be xactly what I have as my code to build the Form Here is my form.html.erb. I cut out the unnessesary fields, as well as the error ha...
Sebastian Edler repliedWhich way is best to implement **Bootstrap and Vue in Rails 5.2**? Keep the original Bootstrap4/jQuery sass lineup and use Vue where it is needed or a setup with Bootstrap-Vue ( https://bootstrap-v...
fregadetto postedIt looks like the problem is that the parameters being passed into `link_to_if` aren't quite right. The documentation for the function at api.rubyonrails.org shows this as the signature for the ...
David Hill repliedHi, I am building an application where I have a requirement for different user set for different databases. Can someone please guide me, how can I achieve that using apartment gem. I am using MySQ...
Conal Beaty posted``` <% if !user_signed_in?%> <%=form_with(model: @user, local: true, url: new_user_registration_path, method: :post) do |form| %> <%= form.label :email%> <%=...
AMOS DJORO Nicolas postedHy to all! :) I have school application. In this app all rooms only work in especifc days "Tuesdays and Thursdays" for example. A need detect this days in month and put one checkbox for verfy st...
Jhonatan Petronilho postedIt's quite possible depending on your RubyMine settings. I had a similar issue with RubyMine in the past. One thing I'd check is to see what's in the Rubymine folder or whever is saves to. See if a...
Zanger02 repliedWould you please provide me more details? Where should I add this query? I would like to display selected rows or all rows based on the parameter. * For GET articles?special=false, return all ar...
mike zenon repliedI mananged to solve this. Here's what I did for anyone that comes across this in the future. Note in the `new` action I have `@note.build_chapter` rather than `@note.chapter.build` ``` class Book ...
Nino Rosella replied • SolvedJesper, thanks for the info.
Ryan Carter replied • SolvedDId you solve this yet?
Zanger02 repliedHi everyone, I'm working on a project since some time now and made up some authentication system from scratch thanks to Michael Hartl among other resources... I was just thinking about the idea to...
Damian Nelwep postedhow can I link user model table with another model table and based on current_user login I want to retrieve data from second table
Deepika postedfingers crossed they dont mess too much, could be a decent browser. I wish Google would reduce the resources used though, still a beast of a browser.
Alan Reid replied • SolvedSeems like the place holders where scrubbed. Logs are as follows: *Started POST "/items" for 10.20.450.160 at 2019-01-07 09:20:11* *Processing by ItemsController#create as JSON*
Srilekha Thirumalaisamy replied