Now i got this tools for my ruby on rails:
agile web development with rails 5
RUBY ON RAILS TUTORIAL (RAILS 5) by Michael H.
Is there all for rails to start making your websites? i know you must
keep on practicing to be perfect. 2 books enough to start making
websites or would you guys recommend me more? I tried finding learn
rails the hard way. but could not find
From the Ruby point of view, I found the tutorial by Hartl sufficient.
Of course you will need knowledge in HTML, CSS and maybe SCSS, but this
is a different issue.
From the Ruby point of view, I found the tutorial by Hartl sufficient.
Of course you will need knowledge in HTML, CSS and maybe SCSS, but this
is a different issue.
From ruby point of view:
I have read the book by peter cooper
completed codeacademy
in the process of doing learnrubythehardway.
I meant “Rails, from the Ruby point of view”. For this, Hartl is great.
Of course when you are writing ERB templates, you need other knowledge
too (maybe even Javascript), but how much this is necessary, depends on
how fancy your website is going to be.
I meant “Rails, from the Ruby point of view”. For this, Hartl is great.
Of course when you are writing ERB templates, you need other knowledge
too (maybe even Javascript), but how much this is necessary, depends on
how fancy your website is going to be.
Ok Thx for your opinion. But i would like to ask just for rails
agile web development with rails 5
RUBY ON RAILS TUTORIAL (RAILS 5) by Michael H.
is it more than enough just for this 2 books?
I don’t want to read so many books just for rails. What i prefer is just
a few books then i would practice more. What’s your opinion
My opinion is that you should start your rails project. You don’t get
experience by reading books, but by doing practical work.
Ya like what i said practice more should be fine to me though. But my
plan is that i want to fully understand ruby than i head to rails to
learn and build websites. My end goal is to make websites. haha
But my plan is that i want to fully understand ruby than i
head to rails to learn and build websites. My end goal
is to make websites.
I don’t think you need to “fully” understand ruby, just get
to a point where you can be sufficiently productive. The
best way is to write something on your own, ideally something
that is of medium size; something you can finish in a week
or at maximum, two weeks, even for a newcomer. Like tic tac
toe on the commandline or even something simpler.
Rails requires more knowledge in general; you sorta need to
understand ruby at the least to the point of where you can
debug what is going on in your app. Javascript, SQL (even
though it is hidden behind abstraction, you should know how
a SQL database works and how ruby/rails interfaces with it).
I found the ruby books in general ok, the rails books fairly
boring. But the rails tutorials are sort of ok-ish. I remember
that I did that one tutorial where you built some simple
forum or something like that; or at the least something where
you could write/post/edit content. Have a look at these
tutorials, they may be easier. The rails books aren’t that
great IMO, I found them all very boring so I never finished
any of them before I eventually gave up.
(I do however had collect information locally and store that
in some way that is easy for me to digest/understand.)
But my plan is that i want to fully understand ruby than i
head to rails to learn and build websites. My end goal
is to make websites.
I don’t think you need to “fully” understand ruby, just get
to a point where you can be sufficiently productive. The
best way is to write something on your own, ideally something
that is of medium size; something you can finish in a week
or at maximum, two weeks, even for a newcomer. Like tic tac
toe on the commandline or even something simpler.
Rails requires more knowledge in general; you sorta need to
understand ruby at the least to the point of where you can
debug what is going on in your app. Javascript, SQL (even
though it is hidden behind abstraction, you should know how
a SQL database works and how ruby/rails interfaces with it).
I found the ruby books in general ok, the rails books fairly
boring. But the rails tutorials are sort of ok-ish. I remember
that I did that one tutorial where you built some simple
forum or something like that; or at the least something where
you could write/post/edit content. Have a look at these
tutorials, they may be easier. The rails books aren’t that
great IMO, I found them all very boring so I never finished
any of them before I eventually gave up.
(I do however had collect information locally and store that
in some way that is easy for me to digest/understand.)
Honestly asking. I have read on google that they are saying rails is
easy to learn and build websites very fast is it really true? i
understand ruby syntax is easy to understand.
is it more than enough just for this 2 books?
I don’t want to read so many books just for rails. What i prefer is just
a few books then i would practice more. What’s your opinion
Finish both books first, then ask. Imo, Michael H.'s book is
sufficient to understand rails. and after that do some simple web apps
like blogs, membership site, from there you will encounter a lot of
stuff that you have to learn like javascript.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.