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
特定アクションの layout 変更はほとんど以下の形式で説明されています。 class HogesController < ApplicationController layout "no_menu", :only => :fuga ... 上記のやり方だと、デフォルトで使っていた layout(application.html.erb)が他のアクションで採用されなくなっちゃった。 以下で解決しました。 class HogesController < ApplicationController ... def fuga render(:layout => "no_menu") end ...
I have added a field to the sign-up form that is based on a different model, see How do I use nested attributes with the devise model for the gory details. This part is working fine. The problem now is when I save, it is failing in the create action of the registrations controller that is supplied by devise with an Activerecord::UnknownAttributeError on this field (company). I am assuming I need t
■ [rails] deviseとテストについて メモです。 http://github.com/plataformatec/devise (Test helpersの項) TestHelpersを使う Test::Unitの場合 → test/test_helper.rb class ActionController::TestCase include Devise::TestHelpers end RSpecの場合 → spec/support/devise.rb RSpec.configure do |config| config.include Devise::TestHelpers, :type => :controller end sign_in :user, @user # sign_in(scope, resource) sign_in @user # sign_in(re
2011年06月14日02:03 カテゴリrailsdevise Rails3でログイン認証(1) deviseインストール編 Railアプリで以下の要件を満たす場合、 ■要件 1.ログイン時にパスワード認証 (7文字以上英数混在) 2.ベーシック認証はイヤ! 3.パスワードの有効期限180日 4.ユーザーがパスワードを更新できる。 5.ユーザーがパスワードを忘れた場合は再発行メールを送れる。 6.管理者のみユーザーを追加できる。 7.ユーザーはコントロールのアクション毎のロール許可 自前で作るのは大変なので、プラグインを探しに行きましょう。 って事で前回の RubyToolboxにてそのカテゴリーの1番人気を使ってみましょう。 どうやらdeviseが1番人気の様ですね。 今回の環境は ubuntu server 10.04 LTS Ruby 1.8.7 Rails 3.0.8 MySQL
Starting a “professional” Rails app with Haml, Rspec, Devise, and Web App Theme Update 2: This tutorial is way out of date. If you want to create a modern (ie. 2015) app, please use a generator like RailsBricks. Update: Tutorial for Rails 3.1 here! Every Rails developer knows how to create a Rails app. It’s easy as rails new APP-NAME-HERE But how many know how to create an app from scratch that lo
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く