quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

Ruby5

Ruby5 #615

Ruby5 - Episode #615 - January 29th, 2016 Upgrading to Rails 5 Requiring that we use at least Ruby 2.2.2 or newer The models inherit from ApplicationRecord (although not required) The jobs inherit from ApplicationJob (although not required…

Ruby5 #614

Ruby5 - Episode #614 - January 26th, 2016 Rails Security Updates 8 CVEs HTML sanitizer Code of Misconduct the open-source project code of conduct from Contributor Covenant Misc #12004 Code of Conduct note-95 Misc #12004 Code of Conduct not…

Ruby5 #613

Ruby5 - Episode #613 - January 22nd, 2016 Rails Logo Ruby on Rails: Doctrine The menu is omakase (オマカジ) Google 翻訳 Trends in Ruby Gems created per year is in a downfall Secondbase v1.0 two-database Rails application config/database.ym…

Ruby5 #612

Ruby5 - Episode #612 - January 15th, 2016 Vote for Ruby Heroes Ruby Hero Awards Rails 5.0.0.beta1 Action Cable, API mode, Rails command rails new backend --api Tenderlove on RSpec and Minitest This is why I’ll stick with Minitest in my per…

Ruby5 #611

Ruby5 - Episode #611 - January 12th, 2016 Per-form CSRF tokens For sites using CSP, one of the biggest risks of content-injection is form hijacking Content Security Policy (CSP) Ruby's New &.!= Operator &. = try! if lib.source_url &.!= lib…

Ruby5 #610

Ruby5 - Episode #610 - January 8th, 2016 Passages yez/passages · GitHub expose routes Enable searching on multiple pieces of a route's information Useful RSpec Matchers expect(assigns(:catalog_courses)).to all( be_a(Course) ) assigns(:cata…

Ruby5 #609

Ruby5 - Episode #609 - January 5th, 2016 Ruby 2.3 released Frozen String Literal Pragma &., dig did_you_mean Rbenv 1.0.0 Released ecosystem of plugins Netzke 1.0 Released powered by Sencha Ext JS and Ruby on Rails 20 Years of Ruby JetBrain…

Ruby5 #608

Ruby5 - Episode #608 - December 18th, 2015 Kafka distributed message queue minitest-hyper Generates attractive, self-contained HTML reports for your Minitest runs X-Model Search, Part 2 Ember, Rails, and Elasticsearch Shy Code Sometimes, i…

Ruby5 #607

Ruby5 - Episode #607 - December 15th, 2015 Rails, Secure Cookies, HSTS and friends TLS redirection, secure cookies, and HTTP Strict Transport Security (HSTS.) How Bundler Works Bundler pro tips when developing on multiple applications at o…

Ruby5 #606

Ruby5 - Episode #606 - December 11th, 2015 Ruby Technical Interviews algorithm Squiggly HEREDOC = <<~SQUIGGLY_HEREDOC Thanks nobu DHH Keynotes Ten years of RailsConf keynotes — Signal v. Noise — Medium Sidekiq for Microservices Module boun…

Ruby5 #605

Ruby5 - Episode #605 - December 8th, 2015 Migrate Rails app from MongoDB to PostgreSQL using mongoid and mongoid/moped, which not only caused memory leaks (rack mini profiler) class UsersRepository Immutable strings in Ruby 2.3 3 times fas…

Ruby5 #604

Ruby5 - Episode #604 - December 1st, 2015 Getting Started With MiniTest test-driven development approach every test file is class SemVer for Library Maintainers Semantic Versioning 2.0.0 Architecting Rails Apps As Microservices service-ori…

Ruby5 #603

Ruby5 - Episode #603 - November 24th, 2015 RubyConf 2015 Talks Confreaks TV | rubyconf2015 Lexical Scoping Ruby's class variables are confusing Toggle for a Rails App how to implement feature toggle balvig/chili · GitHub mgsnova/feature · …

Ruby5 #602

Ruby5 - Episode #602 - November 20th, 2015 Matz matz/streem · GitHub Matz is Nice And So We Are Nice MINASWAN - Wikipedia, the free encyclopedia safe navigation, &. lonely operator, Hash#dig, frozen string Ruby 3x3 rebump concurrent, actor…

Ruby5 #601

Ruby5 - Episode #601 - November 17th, 2015 Keeping Updated on Security Alerts how (and why) to stay up to date on security alerts Ruby Security Mailing List and the Rails Security Mailing List CVE Reports Automating Code Review With Pronto…

Ruby5 #600

Ruby5 - Episode #600 - November 13th, 2015 Ruby2.3.0-preview1 Released Frozen String Literal Pragma Safe navigation operator did_you_mean gem Hash Comparison in Ruby 2.3 { a: 1, b: 2 } >= { a: 1 } Rails 4.2.5.rc2 and 4.1.14.rc2 Released mo…

Ruby5 #599

Ruby5 - Episode #599 - November 10th, 2015 Ruby Microservice EventMachine + Sinatra web socket Trigram Search in Rails and PostgreSQL autocomplete search google - g, go, goo, oog, ogl, gle, le CSRF Protection Safari browsers appear to be o…

Ruby5 #598

Ruby5 - Episode #598 - November 6th, 2015 How Ruby Works Tokenizing, Lexing, Parsing Testing Google Maps cucumber Announcing Administrate Thoughtbot No DSLs plugin architecture The Last N Records endmost all.only(:order).from(all.reverse_o…

Ruby5 #597

Ruby5 - Episode #597 - November 3rd, 2015 Safe Navigation Operator Feature #11537: Introduce "Safe navigation operator" - Ruby trunk - Ruby Issue Tracking System Upgrading to Sidekiq 4.0 6 times faster Memory Leaks A list of Ruby gems that…

Ruby5 #596

Ruby5 - Episode #596 - October 30th, 2015 Solidus Spree is aquired fork of Spree the developers at Bonobos and Stembolt (formerly FreeRunning Technologies) Life of a Rubyist Reddit Rubinius Rubinius, Inc as a "benefit company" Mocking AAA …

Ruby5 #595

Ruby5 - Episode #595 - October 27th, 2015 What’s New in Rails 5 Ruby 2.2.1 Rack 2 Deprecate alias_method_chain Render templates outside of controller Turbolinks 3 Action Cable Added #or to ActiveRecord::Relation belongs_to will now trigger…

Ruby5 #594

Ruby5 - Episode #594 - October 23rd, 2015 Default UUIDs In Rails enable_extension 'uuid-ossp' config.generators do |g| g.orm :active_record, primary_key_type: :uuid Trix A rich text editor for everyday writing Basecamp Safe Navigation in R…

Ruby5 #593

Ruby5 - Episode #593 - October 20th, 2015 Elasticsearch Async Callbacks codemy video Basecamp Dynamic Def Memoization, State Machines, Fibonacci Functional Service Objects on Rails inspired by Piotr Solnica's talk "Blending Function and OO…

Ruby5 #592

Ruby5 - Episode #592 - October 16th, 2015 Rails Downloads Accelerated Rails Downloads with NGINX config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX proxy_set_header X-Accel-Mapping /home/deployer/apps/my_app/releases…

Ruby5 #591

https://ruby5.codeschool.com/episodes/634-episode-591-october-13th-2015 Rust for Rubyists Rocky Mountain Ruby 2015 - Rust for Rubyists by Steve Klabnik - YouTube PostgreSQL and Rails Speed up with Materialized Views Web Server with Ruby 2.…

Ruby5 #590

https://ruby5.codeschool.com/episodes/633-episode-590-october-9th-2015 Build a Sinatra built my own Sinatra Dashed Amazon Dash button minitest-volkswagen passing tests Volkswagen style you can now fake all your tests Rails Composer kicksta…

Ruby5 #589

https://ruby5.codeschool.com/episodes/632-episode-589-october-6th-2015 Lotus 0.5.0 Mailers, custom data mapper coercions, command / query separation Hello Ruby children’s book that teaches children basic concepts of programming Threading C…

Ruby5 #588

https://ruby5.codeschool.com/episodes/631-episode-588-october-2nd-2015 Strange Loop 2015 videos Strange Loop 2015 - YouTube Home - Strange Loop Matz at Full Stack Fest Full Stack Fest 2015: Ruby 3.0, by Yukihiro Matsumoto - YouTube Full St…

Ruby5 #587

https://ruby5.codeschool.com/episodes/630-episode-587-september-29th-2015 Introducing Serial Serial - lightweight serialization library Rails 5: ActionController params.to_h gottfrois/link_thumbnailer takes images from a given URL and gene…

Ruby5 #586

https://ruby5.codeschool.com/episodes/629-episode-586-september-25th-2015 Gem by Example creating an API wrapper around The TVDB gem thetvdb-ruby Memory Leak Hunt Siege Manual http load testing and benchmarking utility New in Rails 5 or me…