Пікірлер
@peyce4768
@peyce4768 11 ай бұрын
Mac os tutorial?
@josephmarks5489
@josephmarks5489 Жыл бұрын
would you please be able to share the github repository for this project?
@humayunsaahi681
@humayunsaahi681 2 жыл бұрын
Great setup guide, I did it in one go as compared to other tutorials which were so complicated and i lost interest in, that is why i was able to do it after over a year. Thanks and much appreciated....
@mycode0
@mycode0 2 жыл бұрын
You are explaining really well thank you
@derrelljones8281
@derrelljones8281 2 жыл бұрын
I get this for my task index page: <p style="color: green"><%= notice %></p> <h1>Tasks</h1> <div id="tasks"> <% @tasks.each do |task| %> <%= render task %> <p> <%= link_to "Show this task", task %> </p> <% end %> </div> <%= link_to "New task", new_task_path %> not sure why, shouldn't there be a table?
@codebuildrepeat8838
@codebuildrepeat8838 Жыл бұрын
render task is going to go and look for a file called _task in the same folder, and will render that for each one of the tasks - take a look there. Whether it appears in a table, or in divs is just the HTML bits surrounding it.
@jozefmiske8580
@jozefmiske8580 2 жыл бұрын
somehow my delete button are broken 😅
@josbexerr5166
@josbexerr5166 2 жыл бұрын
Excelente Video.....saludos de los andes peruanos.....gracias
@alexizumi
@alexizumi 2 жыл бұрын
Is there going to be a next episode? I really enjoy this video, although some things didn't work for me, maybe because I have Rails 7 installed. (eg. { redirect_to task_url)
@codebuildrepeat8838
@codebuildrepeat8838 Жыл бұрын
There is going to be a new version of this for Rails 7, but I'll also be releasing episode 2 and possibly 3 at the same time, for those that want to skip ahead :) Also, it's redirect_to tasks_url i.e. the plural to get to the index view.
@alexizumi
@alexizumi 2 жыл бұрын
Hey, just want to say thank you for your video, it saved me a lot of time! Keep coding
@clintl326
@clintl326 2 жыл бұрын
Really nice intro to a few Rails 7 features! I agree with others in that you have a very calm way of explaining things! Thank you 🙂
@Imraneasmarane
@Imraneasmarane 2 жыл бұрын
Thanks for this video! I will subscribe to your channel even if it's didn't work for me 😭
@kiruieli254
@kiruieli254 2 жыл бұрын
Awesome content!
@jacobhaust
@jacobhaust 2 жыл бұрын
So far the best Ruby on Rails teacher on KZfaq. Easy to understand, great pace & well explained. Much appreciated! Keep making more videos for sure!
@codebuildrepeat8838
@codebuildrepeat8838 Жыл бұрын
Thanks - there'll be more coming out soon.
@ftseguerra
@ftseguerra 2 жыл бұрын
Thanks for doing this.
@PSAGrader
@PSAGrader 2 жыл бұрын
This is a very timely video. Thank you for putting this together!
2 жыл бұрын
Great video, I would appreciate that you zoom in almost everything.
@humanOSx
@humanOSx 2 жыл бұрын
Same here, please
@virajgamage1546
@virajgamage1546 2 жыл бұрын
The fonts are little harder to read in the IDE due to the color of the theme you are using :)
@codebuildrepeat8838
@codebuildrepeat8838 Жыл бұрын
There is going to be a new version of this for Rails 7, but I'll also be increasing the size of the text editor UI and using a less intrusive colour scheme :)
@bavan1358
@bavan1358 2 жыл бұрын
Please make more projects
@codebuildrepeat8838
@codebuildrepeat8838 Жыл бұрын
More coming soon!
@jeffdickey
@jeffdickey 2 жыл бұрын
Nice tutorial. I would point out that each of the apps you downloaded installers for can be installed via `brew install`. Not only does this save mousing around and cluttering up your Downloads folder, it lets you run `brew upgrade` to ensure that all your apps installed using Homebrew are at their latest version (at least according to their current Homebrew install scripts).
@burmashave
@burmashave 2 жыл бұрын
Love the pace of this! A "quick start" that's actually quick...
@BluRRedV1sI0N
@BluRRedV1sI0N 2 жыл бұрын
Great channel, hope to see some Hotwire/Stimulus Content! :) Keep it Up!
@mr_grillet
@mr_grillet 2 жыл бұрын
Very useful. Thanks
@lwa.dev74
@lwa.dev74 2 жыл бұрын
Great tutorial... I haven't used Ruby on Rails before and wanted to know if i could run all this inside a vm? like Virtualbox + a light version of linux xfce etc and keep my mac environment free from any system issues etc. thanx.
@enogrob
@enogrob 2 жыл бұрын
Nice overview about the new features about Rails 7. Hope to see a series on that!!
@EnjoytheMents
@EnjoytheMents 2 жыл бұрын
Just found this channel! Nice content. Keep the rails up ❤️
@buenosaires7347
@buenosaires7347 2 жыл бұрын
The sad thing is that the tailwind gem without node doesn’t support tailwind @apply syntax
@PJo336
@PJo336 2 жыл бұрын
Yup, sucks :(
@buenosaires7347
@buenosaires7347 2 жыл бұрын
Awesome video. You’re explaining very well :)
@codebuildrepeat8838
@codebuildrepeat8838 2 жыл бұрын
Hey! I hope you all enjoy this setup guide for web development on Mac. If you think I've missed anything obvious, feel free to ask down here, and I'll to cover it in a future video.