Problem installing pg-1.1.4 as part of Rails 6 install
I was able to resolve this by upgrading my bundler version than reinstalling the gem.
Dean Richardson repliedI was able to resolve this by upgrading my bundler version than reinstalling the gem.
Dean Richardson repliedI want to add a view file inside cached but it doesn't work. How to call view Patch in cache? //serviceworker.js.erb ar CACHE_VERSION = 'v1'; var CACHE_NAME = CACHE_VERSION + ':sw-cache-'; functi...
abdul544 postedIm starting to integrate search features into my recipe app and looking to build a "Popular", "Trending", and "Just For You" query to display on the index screen. Ive got the searchkick and search...
Alex Deering postedHello everyone, I'm trying to build a shopping cart for my new project and i decided to use the acts_as_shopping_cart gem, well didnt really decide to but really the only one i could find without g...
Darren Nickerson postedYes, @ThomasBlumenfeld I am trying to implement authentication. And somehow I successed with this method and now it's generating this error.
Gaurav Agarwal repliedI am trying to pass the data from an SQL database to a non-SQl database with mongo DB and for this I use mongify 1.3.2, Ruby 2.7.6.2, Rails 5.2.3 and within gemfile I have source "http://rubygems....
Arman postedAwesome, thanks.
Xst996 repliedThank you!
Ivan Raszl replied • SolvedYep, that should be it. You don't have to remove the columns, but you might as well if you don't need the data.
Chris Oliver replied • SolvedPerfect, that is just what I needed. Thanks
Edmundo Ramirez-Semprit repliedI've been working with the `simple_form` gem to create the forms in my app and I would like to know if anyone have experience replacing the default `date` selector? Its functional but a completely ...
Nelson Casanova postedoh! sweeeet! thats just the thing! I owe you a pint of guinness
Nelson Casanova replied • SolvedHey, all! I'm trying to take the next logical step for my website. So far I am using a language filter [gem](https://github.com/chrisvfritz/language_filter) to help catch explict **text** conten...
Steven Torrence postedHi, While creating a project, I need to configure gem 'devise' and gem 'dvise_token_auth' in same project and in same model. Is it possible to implement this, if yes, then please guide me in implem...
Prachi Sharma postedHi! I'm learning rails building an CRUD app with authorization. I want to autorizate http requests. I can't generate the authoriation code, when send the url with client_id and callback url, the p...
brbernardo90 postedThanks for the reply sir, Please give it a read here i have elaborate my question in more details. I am creating an admin template and i am giving an e-commerce section in the template. Firstly I ...
theshashiverma repliedI am trying to convert an existing site which used .erb to an SPA (VueJS). I have followed http://www.guillaume-barillot.com/2017/12/02/how-to-organize-your-vue-files-in-a-rails-5-1-project-using-...
kwiksource postedI was looking at reputation gems, and it seems [Merit](https://rubygems.org/gems/merit) could be a good choice. Quick Question though, can you add this to existing User models? Or does it need t...
Simon Cooper postedAt first I put 'localhost:5000' and then 'lvh.me:5000' which return to me : ``` LoadError in PostsController#create Unable to autoload constant ActiveStorage::Blob::Analyzable, expected /home/meaw...
Damian Nelwep repliedOk I see, you could put a status field on the member object so you can filter out members who haven't accepted their invitation and then change the status once the user has accepted the invite. Thi...
Jacob Montgomery replied