magick encoding
This commit is contained in:
parent
9abaa20c91
commit
400d07c0c1
@ -1,8 +1,8 @@
|
||||
<h2>Sign in</h2>
|
||||
|
||||
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>
|
||||
<div><%= f.label :username %><br />
|
||||
<%= f.text_field :username %></div>
|
||||
<div><%= f.label :login %><br />
|
||||
<%= f.text_field :login %></div>
|
||||
|
||||
<div><%= f.label :password %><br />
|
||||
<%= f.password_field :password %></div>
|
||||
|
@ -10,7 +10,7 @@ development:
|
||||
database: pic_vert
|
||||
pool: 5
|
||||
username: root
|
||||
# password: dev
|
||||
password: dev
|
||||
socket: /tmp/mysql.sock
|
||||
|
||||
|
||||
|
@ -49,7 +49,7 @@ Survey::Application.configure do
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
config.assets.precompile += %w( topics.js topics.css )
|
||||
config.assets.precompile += %w( admin.js admin.css topics.js topics.css )
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user