Intro to Rails: The MVC Setup

preview_player
Показать описание

- - - - - - - - -

Рекомендации по теме
Комментарии
Автор

I've been forcing myself to read and hear MVC explanations in different ways... it finally clicked when I watched this video. These AHA moments is what gets me hooked on coding. Thanks for your concise videos and being awesome.

Fearlessly-Kristen
Автор

Thank you for giving such awesome tutorials!
I started to learn rails from yesterday, and i felt so lucky to find your videos, it helped a lot!

peiyuy
Автор

Thank you so much for this, you are awesome!

faaizkamran
Автор

Ur teaching skill is the BEST!! Big thank You!. currently im involving in programming BootCamp in San Francisco and learning 3 fullstack and ur videos helped me alot . thanks again!!

Zulfibf
Автор

Hey Mackenzie, thanks for making these awesome videos on Rails, it helped me so much at school!!!
A brazilian saying hi all the way from
Thanks

leandrodossantos
Автор

+Mackenzie Child, Thank you for these sick tutorials! Really great stuff. What software did you use to create your animated introduction??

skylerjknight
Автор

I got an error when I tried to go to localhost:3000/posts/index
It said "TypeError: Object doesn't support property or method"

In your line 5 and 6, change the first parameter application to default.

HabibHabib-qovn
Автор

i am getting Exec:program error when i reload for doing my posts/index ...

suseelaksman
Автор

If you're on Windows in 2017, use "rails db:migrate" instead of "rake db:migrate"

santrupthprasanna
Автор

it says action view template error object doesn't support this property

suseelaksman
Автор

If I watch all six of these will I have enough knowledge to follow along with the 12 in 12 challenges? Also if not where can I learn more because every other tutorial seems obsolete even some I payed more than $60 for. PS I have a problem whenever I use rails generate or rails new model it creates the model in the terminal but not in the actual project file.

neonz
Автор

I got an error when I tried to go to localhost:3000/posts/index
It said "TypeError: Object doesn't support property or method"
It was a Coffee script error on windows :|

farazsworkshop
Автор

hey Mackenzie! could you point me in the right direction? I'm using windows, got ruby and rails installed... but when I get to the end of the video when you type "rails generate controller Posts index", on my browser I am getting:
ExecJS::ProgramError in Posts#index
Showing where line #5 raised:
TypeError: Object doesn't support this property or method
Rails.root:

Any ideas?? Thanks!!

UPDATE: figured it out :D in you have to delete "//= require_tree ." Don't know enough to know why, but know it works :P

I'm loving your vids Mackenzie. Seriously A+ quality.

harmssam
Автор

I also got an error when I tried to go to localhost:3000/posts/index. The error I got was unitialized constant PostsController. It will not display the html index file that was created. Any ideas how to resolve this?vThanks!

micanatkins
Автор

Yo +Mackenzie Child, can we have angular with rails plugging up, that will be awesome, rails for api, and AngularJs for front end. But thanks for your stuff though.

yashnarwal