タグ

railsに関するmrknのブックマーク (105)

  • 自分の世界は自分の力で少しずつ変えられる! Rails Girls Japan 江森真由美さんに聞いたRubyコミュニティの世界


    1Rails GirlsRails GirlsRails Girls Japan RubyRails Rails Girls Japan Rails Girls2010
    自分の世界は自分の力で少しずつ変えられる! Rails Girls Japan 江森真由美さんに聞いたRubyコミュニティの世界
    mrkn
    mrkn 2021/07/01
    江森さんのいい話だ
  • Only My Rails Way


     Rails Way沿ReviewRails Way Rails DSLDSL  Model  NOT NULLNULLNULL Controllerparams
    Only My Rails Way
    mrkn
    mrkn 2021/03/12
    まともなことしか書いてなかったので何も言うことがない。
  • Ruby on Rails is the world’s fastest web framework for startups

    Ruby on Rails is the world’s fastest web framework for startups I’m a 48 year old developer and entrepreneur. I’ve developed professionally in C++, Java, Python, C#, Ruby, Go, and JavaScript. My current startup and my previous one were both built on Rails. Here’s why. As an entrepreneur, my definition of “speed” is “the amount of time and money it takes to reach an objective”. Code execution speed

    Ruby on Rails is the world’s fastest web framework for startups
    mrkn
    mrkn 2021/02/13
    “The job of the code base is primarily to glue other frameworks, libraries and services together. We don’t have time to do anything else! Rails (and some non-Rails Ruby) is a great platform for building that glue.”
  • スカイマーク会長がRuby on Railsを学ぶ理由


    2018122811PCRuby 1223297 divTECH::CAMPRubyHTMLCSSRubyonRails使Web IT
    スカイマーク会長がRuby on Railsを学ぶ理由
    mrkn
    mrkn 2019/01/28
    解像度を高める系の話。とてもいい話だった。
  • RubyとRailsの学習ガイド2019年版


     RubyRailsWeb Rails 1 
    mrkn
    mrkn 2019/01/28
    大作だ
  • Rails Developers Meetup 2019

    railsdm.github.io

    Rails Developers Meetup 2019
    mrkn
    mrkn 2018/12/14
    Julia の話をします (嘘です)
  • Rails 5.2.0 beta: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials

    Rails 5.2.0 beta: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials It’s been too hard to deal with file uploads in Rails for too long. Sure, there’s been a lot of fine plugins available, but it was overdue that we incorporated something right into the framework. So now we have! With the new Active Storage framework in Rails 5.2, we’ve solved for the modern approach of upload

    Rails 5.2.0 beta: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials
    mrkn
    mrkn 2017/11/28
    着々と進化していて素晴らしい。
  • Ruby Prize 2016 推薦受付開始


    Posted by Ruby Association on 25 Jul 2016 RubyRuby Prize 2016 Ruby PrizeRubyRubyRuby Ruby Prize1220161134RubyWorld Conference 2016 RubyPrize100  Prize  
    mrkn
    mrkn 2017/08/19
    RubyPrize にいつもお世話になってる人を推薦しよう!
  • Rails アンチパターン - 錆びついたファクトリー (factory_girl) - アジャイルSEの憂鬱


     @ (@sinsoku_listy) 201749 Rails() @ (@sinsoku_listy) 201749 2   1 factory_girl factory_girl 使gem   User  FactoryGirl.define do factory :user do first_name "John" last_name "Doe
    Rails アンチパターン - 錆びついたファクトリー (factory_girl) - アジャイルSEの憂鬱
  • ユーザー基盤を作り直しながらRailsでのサービス層に向き合う - クックパッド開発者ブログ


     (@moro)   () Rails    
    ユーザー基盤を作り直しながらRailsでのサービス層に向き合う - クックパッド開発者ブログ
    mrkn
    mrkn 2017/04/06
    あれと戦うの大変そうだ。
  • Rails5.1に向けてフロントエンド周りで起こっている革命まとめ - Qiita

    こんにちは Rails5.1に向けて、DHHのjqueryを依存から外す発言を発端にフロントエンド周りが急激に発展しているので、簡単にですがまとめてみました。 各issue, PRの詳細には踏み込みませんが、知見に溢れているので読んでみるの推奨です。 間違い、足りないものがあったら編集リクエストお願いします。 jQuery依存を無くす話が出る rails(issue): Drop jQuery as a dependency jquery-ujsはjqueryに依存しないようにする jquery-ujs: Drop jQuery as a dependency "jquery"-ujsじゃなくなったので名前変更 rails-ujs誕生 実際にRailsからjquery依存がなくなる rails: Drop jQuery as a dependency jsライブラリを入れる方法がnpmパッ

    Rails5.1に向けてフロントエンド周りで起こっている革命まとめ - Qiita
    mrkn
    mrkn 2016/12/05
    ここで「〇〇でいいのか?」とか「webpack は心配」とか言ってないで、識者の方々は Rails の現場で発言してくださいな。
  • RSpecでElasticsearchを使ったテストを書く - Bit Journey's Tech Blog


    @ihara2525 Elasticsearch使RSpec class PostsController < ApplicationController def search @records = Post.search(params[:query]).page(params[:page]).records end end Gemfileelasticsearch-extensions gem9250Elasticsearch9200Gemfile group :test do gem 'elast
    RSpecでElasticsearchを使ったテストを書く - Bit Journey's Tech Blog
    mrkn
    mrkn 2016/08/05
    ありがた情報だ
  • プロトタイピングの仕組みを用意して確認しながらサービスを改善する — みんなのウェディングエンジニアリングブログ


        Motorhead Motorhead  Ruby gem Motorhead  Motorhead is a prototyping framework for Rails. Its something akin to
    プロトタイピングの仕組みを用意して確認しながらサービスを改善する — みんなのウェディングエンジニアリングブログ
    mrkn
    mrkn 2016/04/26
    Another town another place, We Are The Road Crew
  • Rails のアーキテクチャ設計を考える - Qiita


      Rails  Rails 使  Rails    Rails Way  Rails Tutorial   Rails  Rails Way 
    Rails のアーキテクチャ設計を考える - Qiita
    mrkn
    mrkn 2015/12/24
    いい話だ
  • 1.5分赛车_赌场直营网_fun88官方地址-玉林市1.5分赛车网络科技公司欢迎您

    赌场直营网涂彩玛EMC体育官方成立于2008年02月05日,注册地位于赌场直营网28pc集团区上28大神专业版APP工业城三区霍达三路,法定代表人为费常华。经营范围包括快乐八全站登录五金塑料1.5分赛车、硅胶1.5分赛车、家庭用品。(依法须经批准的项目,经相关部门批准后方可开展经营活动)〓 公司名称:赌场直营网涂彩玛EMC体育官方 法人代表:费常华 注册地址:赌场直营网28pc集团区上28大神专业版APP工业城三区霍达三路 所属行业:橡胶和塑料1.5分赛车业 更多行业:日用塑料1.5分赛车制造,塑料1.5分赛车业,橡胶和塑料1.5分赛车业,制造业

    1.5分赛车_赌场直营网_fun88官方地址-玉林市1.5分赛车网络科技公司欢迎您
    mrkn
    mrkn 2015/11/06
    「誰かが用意してくれたキットを説明書どおりに切り貼りして、似たり寄ったりの完成形を作るフレームワーク」でお金稼いだり問題解決できるんだから、とても優秀な開発環境だろ。
  • It's About Time (Zones)

    This is the first article of a 2-part series. The second article is about a case study in multiple time zones. Ruby provides two classes to manage time: Time and DateTime. Since Ruby 1.9.3 there are fewer differences between the two libraries, with Time covering concepts of leapseconds and daylight saving time. For the rest of this article, Time will be used in all the examples. TZInfo is another

    It's About Time (Zones)
  • Feral Concurrency Control: An Empirical Investigation of Modern Application Integrity

    Feral Concurrency Control: An Empirical Investigation of Modern Application Integrity Peter Bailis, Alan Fekete†, Michael J. Franklin, Ali Ghodsi, Joseph M. Hellerstein, Ion Stoica UC Berkeley and †University of Sydney ABSTRACT The rise of data-intensive “Web 2.0” Internet services has led to a range of popular new programming frameworks that collectively embody the latest incarnation of the visio

  • すこやかRails

    2014-11-01 渋谷Ruby会議01 http://regional.rubykaigi.org/shibuya01/Read less

    すこやかRails
    mrkn
    mrkn 2014/11/04
    良い資料だ
  • switch_point について紹介した - eagletmt's blog


     Rails (ActiveRecord)  R/W splitting  switch_point gem  Rails  acts_as_readonlyable  RubyKaigi 2014 LTR/W Splitting in Rails  switch_point  使LT使 README  (
    switch_point について紹介した - eagletmt's blog
    mrkn
    mrkn 2014/09/22
    eagletmt 先生!
  • Building Products at SoundCloud —Part I: Dealing with the Monolith

    Building Products at SoundCloud —Part I: Dealing with the MonolithJune 11th, 2014 by Phil Calçado Most of SoundCloud’s products are written in Scala, Clojure, or JRuby. This wasn’t always the case. Like other start-ups, SoundCloud was created as a single, monolithic Ruby on Rails application running on the MRI, Ruby’s official interpreter, and backed by memcached and MySQL. We affectionately call