You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
平均28日に1回の周期で女性に訪れる、月経(通称:生理)。 タンポンや月経カップ、ナプキンなど自分に合った生理用品を使用していることでしょう。 grapeの女性社員16人にアンケートをとったところ、80%の人が「生理用品にこだわりをもっている」と回答しました。 また、生理用品を選ぶ時の基準としては、機能面と大きさを重視する人が多いようです。 生理用品は基本的に女性が使用するもの。男性の中には、見たことがないという人もいるかもしれません。 女性社員に「生理用品売り場に男性がいたらどのように思うか?」という質問をすると、75%が「特に気にしない」と回答。 そのため、男性に生理用品を買いに行ってもらい、生理への知識を深めてもらう企画を行いました。 初めて生理用品を見る男性社員、購入したのは? 事前に、男性社員へのアンケートで生理用品を自分で買ったことがあるかを調査すると、58%の人が「ある」と回
api_helpers_warden.rb ��9��U `����U # Provide access to the Warden::Proxy in the Rack env by including this module in your Grape::API: # # helpers Api::Helpers::Warden # # These methods require that something has configured the Warden::Manager, and # the upstream middleware is in place to make the Warden::Proxy exist in the # env! In a Rails app, this is typically done by Devise or rails_warden. #
GrapeTokenAuth is a token authentication solution for grape. It is compatible with ng-token-auth (for angular) and j-toker (for jQuery), and is meant as a grape (rather than rails) version of devise_token_auth. As such, this project is built entirely upon grape and warden and avoids the need for rails. However, it has built in compatibility for devise if you are looking to mount a grape app within
概要 携わっている案件で作成しているRailsアプリケーションでは、JSONシリアライザとしてRablを採用していました。しかしどうもRablが遅い。 そこで、さまざまなシリアライザを比較してみることにしました。 世間では"ActiveModel Serializerが圧倒的に早いぞ!"というのをよく見るが、だいたいの検証記事はひとつのモデルのインスタンスをそのままシリアライズするような場合。 関連するモデルの情報を含めたり、モデルの属性から算出する値を含めたりする場合の性能比較は見つかりません。 そこで、より現実に即した状況で性能を比較検討してみましたというものです。。 全選手入場!! 比較対象は次のよっつ。 ActiveModel::Serializer Grape::Entity Jbuilder (個人的には一番書きやすくて好き) Rabl バージョンはそれぞれ active_mo
params :sample_params do optional :locale, type: String, desc: 'locale' requires :auth_token, type: String, desc: 'auth_token' requires :age, type: Integer, desc: 'age' requires :data, type: Array[String], desc: 'data' end しかし、このバリデーションには意外な欠点があって、 例えば値が空な時に発火するよう自作した俺俺エラーがあったとしても、 それがraiseする前にgrape validationのエラーがraiseしてしまう。 その為、grapeが発火させるエラーをいい感じで整形してレスポンスを返したい。 そんな時は、resque_fromを使ってあげよう。 modul
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く