Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
38 views

I've got a Rails app that incorporates some daemons. Unfortunately, I haven't written unit tests for the app yet. I've recently decided to rectify that, but I'm facing a challenge—I can't figure out a ...
Mostafa Sobh's user avatar
0 votes
1 answer
154 views

i am new to the world of programming and i started programming with ruby ​​on rails on ubuntu 20.4 through virtual machine. I'm trying to make an application with composer. only every time I type: ...
HFarias_'s user avatar
0 votes
1 answer
387 views

I am creating a document upload form for my rails app, everything works fine, except when I try and display the .txt document that has just been uploaded, the document is downloaded instead? These are ...
Bertran's user avatar
1 vote
1 answer
597 views

I am trying to set up a new rails app on AWS Opswork. While trying to add a new app, I keep getting the error "Please provide a valid SSH key" I have created a public-private key pair using ssh-...
Senthil Raj's user avatar
0 votes
1 answer
50 views

In a stock "rails-devise-pundit" application generated using "railsapps", does it include support for adding multiple roles for users? A can I make John Doe have a :user role plus an :admin role
american-ninja-warrior's user avatar
1 vote
2 answers
41 views

What's the initial password for the "[email protected]" of a "railsapps" application? noname_development=# select * from users; id | email | encrypted_password ...
american-ninja-warrior's user avatar
0 votes
1 answer
18 views

Regarding "railsapps" The documentation page at http://railsapps.github.io/rails-application-templates.html mentions a link to "https://github.com/quickleft/prologue" which is a dead end. How can I ...
american-ninja-warrior's user avatar
1 vote
0 answers
1k views

I am facing a mysql2 gem version error while trying to create a new RailsApps example application using Rails Composer. For example, while creating a rails-devise-roles example with the following ...
user1575148's user avatar
-1 votes
1 answer
49 views

for my snippet below for rendering the json def show @product = Product.find(params[:id]) render json: @product.to_json(:include => { :items => { :only => [:id, :description] }}) ...
Sudeep Ghimiray's user avatar
1 vote
1 answer
124 views

I have just completed the detailed and well-explained Rails tutorial by Daniel Kehoe and am at the end trying to experiment with Rails Composer. I am having a problem creating the app on both Cloud 9 ...
Owen's user avatar
  • 391
0 votes
1 answer
181 views

I am on Ch 20 of the Learn Rails tutorial 'Send Mail'. There is a create contact form and a notification email is supposed to be sent to my email address. I have set up configuration as per the book ...
Owen's user avatar
  • 391
3 votes
3 answers
23k views

I previously asked a similar question with regards to cloud9, but I am now trying to do the same project in parallel on my windows 10 machine because I will not have internet access to use cloud9. I ...
Owen's user avatar
  • 391
0 votes
1 answer
556 views

I am trying to set up the configuration in preparation for following Daniel Kehoe's learn-rails tutorial book, but I am having trouble setting up the environment variables. The book seems to explain ...
Owen's user avatar
  • 391
0 votes
0 answers
52 views

I am at the start of Daniel Kehoe's learn-rails tutorial book and I have just tried starting the server. The only thing I have done so far is to copy the gemfile from the github repository to make ...
Owen's user avatar
  • 391
5 votes
3 answers
1k views

I used Rails Composer to create a skeleton application for the rails-devise-roles project described here: https://github.com/RailsApps/rails-devise-roles I'm getting a 500 error generated by the ...
Don Brown's user avatar

15 30 50 per page
1
2 3 4 5 6