fat-code-refactoring-techniques icon indicating copy to clipboard operation
fat-code-refactoring-techniques copied to clipboard

Code samples for RailsConf 2014 on Fat Code Refactoring

Results 16 fat-code-refactoring-techniques issues
Sort by recently updated
recently updated
newest added

RailsConf 2014 Talk, Tuesday, 2:30, Ballroom 4, [Concerns, Decorators, Presenters, Service Objects, Helpers, Help Me Decide!](http://www.railsconf.com/program#prop_445) # Rails Concerns Code: [Github Fat Code Refactoring Techniques Pull Request Concerns](https://github.com/justin808/fat-code-refactoring-techniques/pull/9/files) Example: Breakout...

RailsConf 2014 Talk, Tuesday, 2:30, Ballroom 4, [Concerns, Decorators, Presenters, Service Objects, Helpers, Help Me Decide!](http://www.railsconf.com/program#prop_445) # Presenters Code: [Github Fat Code Refactoring Techniques Pull Request Presenters](https://github.com/justin808/fat-code-refactoring-techniques/pull/11/files) Example: Added `FollowersPresenter`...

[](https://reviewable.io/reviews/justin808/fat-code-refactoring-techniques/14)

RailsConf 2014 Talk, Tuesday, 2:30, Ballroom 4, [Concerns, Decorators, Presenters, Service Objects, Helpers, Help Me Decide!](http://www.railsconf.com/program#prop_445) # Draper Decorator Code: [Github Fat Code Refactoring Techniques Pull Request Draper](https://github.com/justin808/fat-code-refactoring-techniques/pull/10/files) Example: Added...

# Rails Concerns - http://api.rubyonrails.org/classes/ActiveSupport/Concern.html - Simplest safest refactoring - Just cut and paste the code - Default part of Rails - Not just for code shared across models, but...

Hi Justin, I cloned your project,configure the database and run the bundle install. All went well, but when I tried to migrate the application I am getting the 'Load Error'...