Rails 6: B-Sides and Rarities
evilmartians.com
Rails 6: B-Sides and Rarities
1–10 of 49 posts
Re: Rails 6: B-Sides and Rarities
#2Re: Rails 6: B-Sides and Rarities
#3Re: Rails 6: B-Sides and Rarities
#4I still see Rails as perhaps one of the best frameworks to start a new generic web project in. The out-of-the-box functionality is just so perfectly tuned, and the fact that they're focusing on features that appeal to larger applications just shows how Rails has helped companies grow.
Edit: I remembering keep asking this question but obviously no answer was satisfactory enough that stick to my brain.
Re: Rails 6: B-Sides and Rarities
#5Re: Rails 6: B-Sides and Rarities
#6I still see Rails as perhaps one of the best frameworks to start a new generic web project in. The out-of-the-box functionality is just so perfectly tuned, and the fact that they're focusing on features that appeal to larger applications just shows how Rails has helped companies grow.
Any Reason why Rails still does not include an any decent Auth by default? Edit: I remembering keep asking this question but obviously no answer was satisfactory enough that stick to my brain.
Re: Rails 6: B-Sides and Rarities
#7I still see Rails as perhaps one of the best frameworks to start a new generic web project in. The out-of-the-box functionality is just so perfectly tuned, and the fact that they're focusing on features that appeal to larger applications just shows how Rails has helped companies grow.
Any Reason why Rails still does not include an any decent Auth by default? Edit: I remembering keep asking this question but obviously no answer was satisfactory enough that stick to my brain.
Re: Rails 6: B-Sides and Rarities
#8I still see Rails as perhaps one of the best frameworks to start a new generic web project in. The out-of-the-box functionality is just so perfectly tuned, and the fact that they're focusing on features that appeal to larger applications just shows how Rails has helped companies grow.
Also google cloud has a ton of awesome integrations for ruby and rails so you can build lots of fancy features quickly as well.
The rails community needs to do more outreach to universities and students.
Re: Rails 6: B-Sides and Rarities
#9I still see Rails as perhaps one of the best frameworks to start a new generic web project in. The out-of-the-box functionality is just so perfectly tuned, and the fact that they're focusing on features that appeal to larger applications just shows how Rails has helped companies grow.
Yea it's really sad that at the hackathons I've been to you can hardly find one other rails developer. With rails you can build things fast and spend more time focusing on building cool unique features. But I go to hackathons and I can't collaborate with anyone using Rails or Ember. Also google cloud has a ton of awesome integrations for ruby and rails so you can build lots of fancy features quickly as well. The rail…
Re: Rails 6: B-Sides and Rarities
#10I still see Rails as perhaps one of the best frameworks to start a new generic web project in. The out-of-the-box functionality is just so perfectly tuned, and the fact that they're focusing on features that appeal to larger applications just shows how Rails has helped companies grow.
Any Reason why Rails still does not include an any decent Auth by default? Edit: I remembering keep asking this question but obviously no answer was satisfactory enough that stick to my brain.
Personally, I think it would be cool if someone built an user account/authentication experience as a generator (along the lines of Rails scaffolds), so that you could see all of the generated code and modify it without having to get elbow-deep into the bowels of what I find to be an overly-abstract gem.