Let's keep frontend outside of Ruby
I wrote my thoughts about why I believe it’s always better to keep backend and frontend separate.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I wrote my thoughts about why I believe it’s always better to keep backend and frontend separate.
Comments
Great article. I agree with you 100%. Rails makes it impossible to have a clean separation between frontend and backend. I think Rails will lose it’s mojo if it does not offer the clean separation.
I’m glad you liked it. Yeah, that’s the thing, Rails can only offer clean separation if it removes the view part. Separation of frontend and backend consists of backend being in Rails or another framework, and frontend being in a JS framework completely separated from Rails.
Post a comment