Druid-on-rails
![alt text] (https://cdn1.bloc.io/assets/ruby_warrior/spartacus-cfdb6102cd0a1dc6a635eaecc2403aba.png)
Here you will find links, code and hacks !
Interview Preparations for Rails jobs
https://www.reskill.me/skill-center/tests/skill/ruby-on-rails
http://blog.reskill.me/ruby-on-rails-interview-questions-that-will-land-you-the-job/
https://www.testdome.com/Programming-Tests/Ruby/52
How to begin ROR
Atrticle: How I trained to learn rails
https://medium.com/how-i-learned-ruby-rails/how-i-trained-to-learn-rails-e08c94e2a51e#.hb64getuy
Article : How I finally learned to build stuff with Rails
https://medium.com/ruby-on-rails/how-i-finally-learned-rails-95e9b832675b#.wkzetkhty
Get better by getting your hands dirty with ruby in codefights
https://www.reddit.com/r/ruby/
https://www.reddit.com/r/rails/
Channels and vidoes
https://www.youtube.com/user/RailscastsReloaded
https://www.codemy.net/channels/rails-foundation
https://rubythursday.com/start-here
https://www.youtube.com/channel/UCxlRo6PM3QmRWJa-HTA0tMg
https://www.youtube.com/user/Confreaks
Books
API on Rails
http://apionrails.icalialabs.com/book/chapter_one
Articles
What we learned from Google: code reviews aren’t just for catching bugs :
http://blog.fullstory.com/2016/04/code-reviews-arent-just-for-catching-bugs/
Slack on rails :
https://viget.com/extend/slack-on-rails
How Bundler Works: A History of Ruby Dependency Management :
http://www.cloudcity.io/blog/2015/07/10/how-bundler-works-a-history-of-ruby-dependency-management/
Know more about ruby gems :
http://technopadia.com/ruby-gems/
Use scope with associations :
http://ducktypelabs.com/using-scope-with-associations/
Deployement testing cycle :
https://workshop.masterofcode.com/three-phases-deployment-testing-cycle/
How to test rails application :
https://robots.thoughtbot.com/how-we-test-rails-applications
Best ROR refactoring talks :
https://infinum.co/the-capsized-eight/articles/best-ruby-on-rails-refactoring-talks
Serializer
http://www.sitepoint.com/active-model-serializers-rails-and-json-oh-my/
Ruby operators: equality, comparison, pattern matching and ordering
http://www.zenruby.info/2016/05/ruby-operators-equality-comparison.html
Ruby Object Model
https://www.sitepoint.com/get-the-low-down-on-ruby-modules/
50 Most Common Ruby on Rails Mistakes Beginner Developers Make
http://jetruby.com/expertise/common-ruby-rails-mistakes-beginners-make-model-database/
A webserver vs. An App server on rails
http://www.justinweiss.com/articles/a-web-server-vs-an-app-server/
The Last Rails I18n guide
https://phraseapp.com/blog/posts/last-rails-i18n-guide-youll-ever-need/
Safer SQL: Using ActiveRecord Transactions
http://vaidehijoshi.github.io/blog/2015/08/18/safer-sql-using-activerecord-transactions/
Rails Asset Pipeline Best Practices
https://launchschool.com/blog/rails-asset-pipeline-best-practices
Blogs
http://rubyofftherails.blogspot.com.br/
http://blog.honeybadger.io/ruby/
https://robots.thoughtbot.com/tags/rails
https://signalvnoise.com/posts/
https://www.jetbrains.com/ruby/help/rails.html
https://www.sitepoint.com/ruby/
Gists
Testing models:
https://gist.github.com/kyletcarlson/6234923
Ruby tricks:
https://github.com/franzejr/best-ruby
Rails talks
DHH railsconf 2014
https://www.youtube.com/watch?v=9LfmrkyP81M
RailsConf 2016 - Opening Day 3 Keynote by Aaron Patterson
https://www.youtube.com/watch?v=xMFs9DTympQ
Interview: David Heinemeier Hansson (DHH) on Rails performance and speed
https://www.youtube.com/watch?v=ktZLpjCanvg
DHH and the best people to hire are not in San Francisco
https://www.youtube.com/watch?v=x8Xxie10Qns
Why the founder of Rails rejects 80% of Software Engineer applicants
https://www.youtube.com/watch?v=qf6abZeAJh4
RailsConf 2015 - Deploy and Manage Ruby on Rails Apps on AWS
https://www.youtube.com/watch?v=OQoYTeGJYf4
How to Be A Successful Ruby on Rails Developer
https://www.youtube.com/watch?v=d54B3G-CPbo
Gems
Authentication:
https://github.com/plataformatec/devise/
Authorization:
https://github.com/elabs/pundit
Search:
https://github.com/activerecord-hackery/ransack
https://github.com/elastic/elasticsearch-rails
Logging:
https://github.com/ankane/ahoy
Testing:
https://github.com/rspec/rspec-rails
https://github.com/colszowka/simplecov
Debugging:
https://github.com/deivid-rodriguez/byebug
https://github.com/rweng/pry-rails
https://github.com/michaeldv/awesome_print
Production:
https://github.com/capistrano/capistrano
https://github.com/kickstarter/rack-attack
BenchMarks:
https://github.com/schneems/derailed_benchmarks
File upload:
https://github.com/carrierwaveuploader/carrierwave
SpreadSheets gems:
https://github.com/zdavatz/spreadsheet
https://github.com/weshatheleopard/rubyXL
https://github.com/mikemarsian/serially
Preformance:
https://github.com/gregnavis/active_record_doctor
Open source projects:
https://github.com/cantino/huginn
Libraries:
Scientist
https://github.com/github/scientist
Peek
Open Source Projects I'm working on:
Twitter hashtag fetcher and responder:
https://github.com/amrdruid/twitter-hashtag-fetcher
Misc:
How to write the a good commit message :
http://chris.beams.io/posts/git-commit/