ã½ã¼ã¹ã³ã¼ãã®ç½®ãå ´æ Railså´ã®ãµã³ãã«ãhttps://github.com/mahm/iphone_note iOSå´ã®ãµã³ãã«ãhttps://github.com/mahm/Note åä½ä¾ åä½ãã¦ããæ§åãåç»ã«é²ã£ã¦è¦ã¾ããã class ApplicationController < ActionController::Base protect_from_forgery unless: proc { @basic_auth_token_request } before_filter :authenticate_user! protected def authenticate_with_basic return unless params['token'] and params['token'] == "token" request_http_basic_authent
{{#tags}}- {{label}}
{{/tags}}