diff --git a/README.textile b/README.textile index 8fc2f8c8..936987b4 100644 --- a/README.textile +++ b/README.textile @@ -53,7 +53,6 @@ h2. Features ** acts_as_state_machine ** asset_packager * Multi-stage deployments according to the D-TAP system (Development, Testing, Acceptance, Production). If you don't want to use, production is the default deployment option. "more info":http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage -* Currently frozen at Rails 2.1.1 h2. Features, bugs and development! diff --git a/app/views/admin/settings/index.html.erb b/app/views/admin/settings/index.html.erb index 5bff1e85..a085a948 100644 --- a/app/views/admin/settings/index.html.erb +++ b/app/views/admin/settings/index.html.erb @@ -7,25 +7,17 @@ These are site-wide settings. They will be used through-out your application.

- To add new settings, simple create a migration (see migration #006 for an example), and add your - settings code here to allow the administrator to edit it. + To add new settings, simple create a new row in the 'settings' table.

<% end -%> <% form_tag :action => 'update' do %>

General

- - - -<%= settings_field(Setting.load(:site_name)) %> -<%= settings_field(Setting.load(:company_name)) %> -<%= settings_field(Setting.load(:site_url)) %> -

Support

- -<%= settings_field(Setting.load(:support_name)) %> -<%= settings_field(Setting.load(:support_email)) %> +

There are currently no settings available.

+ +<%#= settings_field(Setting.load(:identifier)) %>

<%= submit_tag 'Save Settings' %>