How is the Trix editor on gorails.com "Parsed with Markdown"?
uh ehm, okay didnt know that, is there a guide which shows how to achieve that? looks promising! thank you for that information!
Sebastian replied • SolvedSave 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
uh ehm, okay didnt know that, is there a guide which shows how to achieve that? looks promising! thank you for that information!
Sebastian replied • Solvedyup, thats my next step and ill post an update here once i have some metrics and can compare
Alex Deering repliedThank you for the reply @damianlegawiec and all the work your team has put in. Glad to see more momentum behind the spree community and full Rails 5 support.
William Gillett repliedI'm Brazilian, sorry by my inglish... I'm using bitbucket. In my case capistrano run all commands ok, but in server no created any file its all empty in folder suppose deploy my project.
Paulo Sousa repliedVery helpfull as always, thanks Chris! Quick question: * What would happen in the hypothetical "exaggerated" case of upgrading the Digital Ocean plan to, say, 256GB of memory. All other things bei...
Daniel Morales repliedI implemented Chris' approach with below code. However it only considers "Create" (whereas with a f.submit button the text becomes flexible "Create" or "Update"). How would you accommodate this f...
Colin Ambler repliedHi Chris, thanks for this video and the one on migrating from Paperclip. Can you address how we might setup ActiveStorage for multiple environments? I have one s3 bucket for production and one for ...
Michael Prince repliedGreat questions! 1. SSL is coming really soon. I decided to launch without it just to get it out the door. If you're not embarassed by your first version of your product right? :) Both custom cert...
Chris Oliver repliedwith the last version of JSP ( rails 7) the compatible gem is "acts-as-taggable-on", "~> 5.0" And after done the migration and try acts_as_taggable_on :tags and acts_as_taggable I get this er...
brobles repliedLucy, silly question, but have you made sure the DB has been created first?
Alan Reid repliedSo for everyone on Rails7, the Rails.ajax method does not work anymore. At least for me this was the case. Therefore, you can simply switch the infinite_scroll_controller to a fetch method: loa...
Kevin Urbaum replied@Chris, I know this episode is a little old, but this is still something I'm dealing with today. I understand the rationale behind the move to get rid of jQuery in web apps: jQuery was from a time...
Dan LeGrand replied![bill bill bill bill](http://i.imgur.com/F0sAGUr.gif)
Chris Oliver replied • SolvedThere are a few possible things going on here. Is your rails master key saved as an env varaiable? ``` ENV['RAILS_MASTER_KEY'] ``` This is why the nil class error could be happening. If you don'...
William Kennedy replied • SolvedIt's not a Hatchbox-related issue but a MissionControl Jobs gem. https://github.com/basecamp/mission_control-jobs/issues/42
David repliedI'm not entirely sure on that one. I imagine you could write the same value in and then save without callbacks in your seeds in order to populate but not trigger Refile to do a reupload?
Chris Oliver repliedChris, will you be extending Hatch to do patching/updating? tim
tim carmichael replied • SolvedAwesome Awesomer Awesomesttttt! I was using bower-rails and was not aware of this option. Thanks so much for sharing Chris!
Pranava Balugari replied