Improving Rails Coding Quality

Hello guys,

I have been coding rails apps for the last 12 months. I realised that
when
I skim the code of experienced RoR developers or Ruby Gems in Github, my
coding style and way of thinking is being affected positively. I just
want
to improve my skills and write better, more clean code in Ruby & RoR.
Can
you tell me some well-written (according to you ofc), recently developed
gems or repos you remember which I can skim over.

Have a nice year btw!

Thanks,

take a look at the devise code.


You received this message because you are subscribed to the Google G. “Ruby
on Rails: Talk” group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected]
mailto:[email protected].
To post to this group, send email to [email protected]
mailto:[email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/4c118f6d-cf4d-4db6-972f-2655c75311ca%40googlegroups.com
https://groups.google.com/d/msgid/rubyonrails-talk/4c118f6d-cf4d-4db6-972f-2655c75311ca%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout
https://groups.google.com/d/optout.


Jason Fleetwood-Boldt
[email protected]

All material © Jason Fleetwood-Boldt 2014. Public conversations may be
turned into blog posts (original poster information will be made
anonymous). Email [email protected] with questions/concerns about
this.

You can give a try to rubocop. GitHub - rubocop/rubocop: A Ruby static code analyzer and formatter, based on the community Ruby style guide.

W dniu środa, 31 grudnia 2014 16:45:57 UTC+1 użytkownik Mehmet Cetin
napisał:

It’s not Rails, but look carefully at how Lotus.rb is written. This is
master-class Ruby at work, making a new MVC framework similar to Rails,
but smaller scope, simpler, and with less of the natural buildup of time
that Rails has enjoyed. I haven’t tried using it yet, but I saw the
release announcement and started reading the source, and it’s really
quite lovely.

Walter