public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Added socket db option
notch8 (author)
Wed May 14 11:09:59 -0700 2008
commit  97672ec9e37de6fce7bfff240412856cad1622c4
tree    5ce678327657ac8473d81bce5b56f4bd5fe3b21d
parent  a72bf1f3bc5bcda4a79d7ecbbbaa8e7e08216570
...
12
13
14
 
15
16
17
...
12
13
14
15
16
17
18
0
@@ -12,6 +12,7 @@ module Admin
0
       DataMapper::Database.setup(:typo_database, {
0
          :adapter => params[:adapter],
0
          :host => params[:host],
0
+ :socket => params[:socket],
0
          :username => params[:user],
0
          :password => params[:password],
0
          :database => params[:database]
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@
0
 
0
   <%= text_field :name => "adapter", :label => "Adapter" %><br />
0
   <%= text_field :name => "host", :label => "Host" %><br />
0
+ <%= text_field :name => "socket", :label => "Socket" %><br />
0
   <%= text_field :name => "database", :label => "Database" %><br />
0
   <%= text_field :name => "user", :label => "User" %><br />
0
   <%= password_field :name => "password", :label => "Password" %><br />

Comments

    No one has commented yet.