j_balaguer

Joined

2,700 Experience
26 Lessons Completed
0 Questions Solved

Activity

Posted in Setup MacOS 11.0 Big Sur Discussion

I installed the whole Xcode software on my mac. Skip this step and created successfully a rails 6 app. And I can run it at the moment.

But I'm experiencing many other problems since upgraded to big sur though.

Posted in Setup MacOS 11.0 Big Sur Discussion

When installing the headers:
'sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / '

Got this error:
' installer: Error - the package path specified was invalid: '/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg'. '

Do you know the correct command for Mac OS Big Sur?

Posted in Setup MacOS 10.14 Mojave Discussion

I just set-up my first Rails local development environment with no problems at all !
Thank for this great tutorial Chris.

The course looks great but I was hessitant about buying for that reason. Good to know it's a new version coming, i'll wait for it.

Posted in Rails Application Templates Discussion

Hi, I'm trying to run jumpstart on my Cloud9 IDE.
Installed yarn successfully and generated the app but when trying to run the app it shuts down. It ends like this:

(...)
18:30:37 webpack.1 | [25] ./app/javascript/packs/application.js 515 bytes {0} [built]
18:30:37 webpack.1 | + 11 hidden modules
18:30:37 webpack.1 | webpack: Compiled successfully.
18:30:37 sidekiq.1 | exited with code 1
18:30:37 system | sending SIGTERM to all processes
18:30:37 web.1 | - Gracefully stopping, waiting for requests to finish
18:30:37 web.1 | === puma shutdown: 2018-10-03 18:30:37 +0000 ===
18:30:37 web.1 | - Goodbye!
18:30:37 web.1 | Exiting
18:30:37 web.1 | terminated by SIGTERM
18:30:37 webpack.1 | exited with code 0

Any idea on how run the server and see the app running?
Thanx

Posted in Forum Series Part 6: Search with Ransack Discussion

Hi Chris, I added Ransack to search for users and the search field always is pre-filled with the logged-in user's email and has to be deleted manually. Before a search the field is pre-filled again. Any hint on what's going on?

Ok. I'm pretty sure I'll end up using this in my next apps. Thanks for the new info.

I was going to ask You about this! Good video. Still have a few questions:
1) Rewardful says something like "connect your Stripe account and we manage everything". That sounds like they get too much control of my Stripe account. What do You know about this?
2) Payments to affiliates are automatically done or I have to do manually?
Thanks Chris.

Posted in Stripe Elements Javascript Discussion

Great upgrade to Stripe episodes. Thank You Chris.

Posted in Comments With Polymorphic Associations Discussion

Being new at programming and Rails this is the first time I land on the polymorphic association concept and got It completely. I find It super useful and You made It "easy" to understand and implement. Thanks!