Search Results for "intermediate-js-developer-looking-to-learn-ruby"
Forum Threads
What is the best way to learn React JS?
Pass one course and search for projects, practice is the best teacher

6
General
Ruby & Rails Courses
Sorry for asking on a one year old thread. But any beginner courses that are out

6
General
Everyone's Been Bitten Before - Whitespaces/Unwanted Characters in User Input
Hey Chris, thanks for the awesome and details response, and so quickly too!
Great details consideration there, I think you're right on the money with the two points around callbacks and gems/de...

3
Rails
Other intermediate-advanced ruby/rails websites?
I've been playing with exercism and it's pretty cool, but I'm really digging codewars to practice up on Ruby. Great share!

4
General
Advanced Rails books and materials
Hi guys ... and girls.
I am interested in any advanced rails materials you might know about that are actually good. Most of the stuff is beginner level and something advanced is hard to come by....

1
General
How to add Notifications to Rails with Noticed Discussion
Can we use a PORO class to deliver ?
This is what I did
# app/models/new_email.rb
class NewEmail
attr_reader :params
def initialize(params)
@params = params.permit(:to, :subject, :b...

35
General
Advanced Messaging with Mailboxer: Mark As Read Discussion
I love the insight that an out-of-date gem can be an opportunity to learn how to level up your skills. BTW, here's an update about mailboxer: someone has forked and has answered some of the pull ...

9
General
How come so many solutions to solving layout problems are just: put <div> wrappers around your <divs>
I'm just a noob, but feeling layout frustrations. CSS is so 'artsy' to me, in that there's 30 ways to do everything, but none of them actually work unless you've aligned the stars correctly.
Prett...

2
General
Introduction to Importing from CSV Discussion
Late to the party and all that but if anybody is looking to seed their project database from a CSV file, the is what I enter in my seed.rb file(s):
'''
CSV.read(Rails.root.join('lib', 'seeds', 'fi...

47
General
[AskJS] Are there Babel plugins that optimize code for special use cases?
I really, really don't like the idea of modifying the iterator prototype for these cases. And honestly I don't think they are really necessary. Yes, map, filter etc. should return the type they are...

2
General