ava_rails_generator 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +19 -0
- data/Rakefile +54 -0
- data/USAGE +27 -0
- data/VERSION +1 -0
- data/ava_rails_generator.rb +201 -0
- data/templates/001_create_sessions.rb +16 -0
- data/templates/002_create_users.rb +20 -0
- data/templates/action_view_helper.rb +35 -0
- data/templates/action_view_ja.yml +115 -0
- data/templates/active_record_ja.yml +66 -0
- data/templates/active_support_ja.yml +36 -0
- data/templates/ann_back.png +0 -0
- data/templates/ann_back02.png +0 -0
- data/templates/application.html.erb +35 -0
- data/templates/application.js +128 -0
- data/templates/application_controller.rb +90 -0
- data/templates/application_csv.rb +66 -0
- data/templates/application_helper.rb +558 -0
- data/templates/application_search.rb +74 -0
- data/templates/arrow_h.gif +0 -0
- data/templates/arrow_l.png +0 -0
- data/templates/arrow_n.gif +0 -0
- data/templates/arrow_r.png +0 -0
- data/templates/arrow_v.gif +0 -0
- data/templates/auth_controller.rb +80 -0
- data/templates/bak.png +0 -0
- data/templates/btn_back.png +0 -0
- data/templates/btn_cancel_cre.png +0 -0
- data/templates/btn_cancel_upd.png +0 -0
- data/templates/btn_clear.png +0 -0
- data/templates/btn_close.png +0 -0
- data/templates/btn_complete.png +0 -0
- data/templates/btn_confirm_cre.png +0 -0
- data/templates/btn_confirm_upd.png +0 -0
- data/templates/btn_create.png +0 -0
- data/templates/btn_csv.png +0 -0
- data/templates/btn_delete.png +0 -0
- data/templates/btn_login.png +0 -0
- data/templates/btn_new.png +0 -0
- data/templates/btn_reenter.png +0 -0
- data/templates/btn_reload.png +0 -0
- data/templates/btn_reply.png +0 -0
- data/templates/btn_search.png +0 -0
- data/templates/btn_send.png +0 -0
- data/templates/btn_sub01.png +0 -0
- data/templates/btn_sub02.png +0 -0
- data/templates/btn_upd.png +0 -0
- data/templates/btn_upd_cancel.png +0 -0
- data/templates/btn_update.png +0 -0
- data/templates/btn_xml.png +0 -0
- data/templates/bubble_ex_g.png +0 -0
- data/templates/bubble_ex_p.png +0 -0
- data/templates/bubble_minus.gif +0 -0
- data/templates/bubble_plus.gif +0 -0
- data/templates/builder.js +136 -0
- data/templates/calendar.gif +0 -0
- data/templates/csv.rb +997 -0
- data/templates/default.css +92 -0
- data/templates/footer_a_bak.gif +0 -0
- data/templates/footer_m_bak.gif +0 -0
- data/templates/footer_w_bak.gif +0 -0
- data/templates/form.css +105 -0
- data/templates/g_navi_bak.gif +0 -0
- data/templates/import.css +13 -0
- data/templates/index.html.erb +8 -0
- data/templates/jquery-1.4.4.min.js +167 -0
- data/templates/jquery-ui-1.8.10.custom.css +573 -0
- data/templates/jquery-ui-1.8.10.custom.min.js +782 -0
- data/templates/jquery.ui.datepicker-ja.js +23 -0
- data/templates/layout.css +938 -0
- data/templates/link.gif +0 -0
- data/templates/link_t.gif +0 -0
- data/templates/login.html.erb +64 -0
- data/templates/login_back01.png +0 -0
- data/templates/logo.png +0 -0
- data/templates/mail.png +0 -0
- data/templates/menuTabL.gif +0 -0
- data/templates/menuTabR.gif +0 -0
- data/templates/navis.gif +0 -0
- data/templates/pageTitle_bak.png +0 -0
- data/templates/page_bak.gif +0 -0
- data/templates/password.html.erb +69 -0
- data/templates/pop.png +0 -0
- data/templates/prototype.js +6081 -0
- data/templates/rails.png +0 -0
- data/templates/scaffold.css +110 -0
- data/templates/scriptaculous.js +68 -0
- data/templates/slider.js +275 -0
- data/templates/sound.js +59 -0
- data/templates/tip.png +0 -0
- data/templates/tolist.png +0 -0
- data/templates/top_controller.rb +5 -0
- data/templates/translation_ja.yml +30 -0
- data/templates/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/templates/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/templates/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/templates/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/templates/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/templates/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/templates/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/templates/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/templates/ui-icons_217bc0_256x240.png +0 -0
- data/templates/ui-icons_2e83ff_256x240.png +0 -0
- data/templates/ui-icons_469bdd_256x240.png +0 -0
- data/templates/ui-icons_6da8d5_256x240.png +0 -0
- data/templates/ui-icons_cd0a0a_256x240.png +0 -0
- data/templates/ui-icons_d8e7f3_256x240.png +0 -0
- data/templates/ui-icons_f9bd01_256x240.png +0 -0
- data/templates/unittest.js +568 -0
- data/templates/user.rb +71 -0
- data/templates/user_blue.css +62 -0
- data/templates/user_green.css +61 -0
- data/templates/user_red.css +61 -0
- metadata +254 -0
data/templates/user.rb
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
class User < ActiveRecord::Base
|
|
2
|
+
require 'digest/sha1'
|
|
3
|
+
|
|
4
|
+
# belongs_to :
|
|
5
|
+
# has_many :
|
|
6
|
+
# validates_presence_of :
|
|
7
|
+
# validates_uniqueness_of : , :on => :create
|
|
8
|
+
# validates_length_of : , :maximum => 255
|
|
9
|
+
# validates_numericality_of : , :greater_than => 0, :less_than => 10000000, :if => : ?
|
|
10
|
+
# validates_format_of :zenkaku, :with => REGEXP_ZENKAKU, :message => :not_a_zenkaku
|
|
11
|
+
# validates_format_of :hankaku, :with => REGEXP_HANKAKU, :message => :not_a_hankaku
|
|
12
|
+
# validates_format_of :password, :with => REGEXP_PASSWORD, :message => :not_a_password, :allow_blank => true
|
|
13
|
+
# validates_format_of :email, :with => REGEXP_EMAIL, :message => :not_a_email, :if => :email?
|
|
14
|
+
# validates_format_of :zip, :with => REGEXP_ZIP, :message => :not_a_zip, :if => :zip?
|
|
15
|
+
# validates_format_of :tel, :with => REGEXP_TEL, :message => :not_a_tel, :if => :tel?
|
|
16
|
+
# named_scope :, :conditions => ""
|
|
17
|
+
|
|
18
|
+
validates_presence_of :name
|
|
19
|
+
validates_length_of :name, :maximum => 50
|
|
20
|
+
# validates_format_of :name, :with => REGEXP_ZENKAKU, :message => :not_a_zenkaku
|
|
21
|
+
validates_presence_of :account
|
|
22
|
+
validates_length_of :account, :maximum => 50
|
|
23
|
+
validates_uniqueness_of :account
|
|
24
|
+
# validates_format_of :account, :with => REGEXP_HANKAKU, :message => :not_a_hankaku
|
|
25
|
+
validates_presence_of :password
|
|
26
|
+
validates_length_of :password, :maximum => 50
|
|
27
|
+
# validates_format_of :password, :with => REGEXP_PASSWORD, :message => :not_a_password, :allow_blank => true
|
|
28
|
+
validates_confirmation_of :password
|
|
29
|
+
|
|
30
|
+
attr_accessor :password_confirmation
|
|
31
|
+
attr_accessor :password_required
|
|
32
|
+
|
|
33
|
+
#attr_accessor :password
|
|
34
|
+
def password
|
|
35
|
+
@password
|
|
36
|
+
end
|
|
37
|
+
def password=(pwd)
|
|
38
|
+
@password = pwd
|
|
39
|
+
return if pwd.blank?
|
|
40
|
+
create_new_salt
|
|
41
|
+
self.hashed_password = User.encrypted_password(self.password, self.salt)
|
|
42
|
+
# self.password_updated = Time.now
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def self.authenticate(id, password)
|
|
46
|
+
user = self.find_by_account(id)
|
|
47
|
+
if user
|
|
48
|
+
if (user.hashed_password.blank? || user.salt.blank?) && (password.blank? || id == password)
|
|
49
|
+
user.password = id
|
|
50
|
+
user.update_attribute(:hashed_password, user.hashed_password)
|
|
51
|
+
user.update_attribute(:salt, user.salt)
|
|
52
|
+
else
|
|
53
|
+
expected_password = encrypted_password(password, user.salt)
|
|
54
|
+
if user.hashed_password != expected_password
|
|
55
|
+
user = nil
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
user
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
private
|
|
63
|
+
def create_new_salt
|
|
64
|
+
self.salt = self.object_id.to_s + rand.to_s
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
def self.encrypted_password(password, salt)
|
|
68
|
+
string_to_hash = password + "1qazxsw2" + salt
|
|
69
|
+
Digest::SHA1.hexdigest(string_to_hash)
|
|
70
|
+
end
|
|
71
|
+
end
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
@charset "utf-8";
|
|
2
|
+
|
|
3
|
+
/* ------------------------------------------- CSS Information
|
|
4
|
+
File Name: user_w.css
|
|
5
|
+
Author:
|
|
6
|
+
Style Info:
|
|
7
|
+
----------------------------------------------------------- */
|
|
8
|
+
|
|
9
|
+
/* ----------------------------------- Layout Box Style --*/
|
|
10
|
+
body {
|
|
11
|
+
background: #f4f4ff;
|
|
12
|
+
background: -moz-linear-gradient(top, #fff, #f4f4ff);
|
|
13
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4ff', endColorstr='#ffffff');
|
|
14
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4ff), to(#fff));
|
|
15
|
+
}
|
|
16
|
+
/*wrapper要素
|
|
17
|
+
---------------------------------------- */
|
|
18
|
+
div#wrapper {
|
|
19
|
+
border-left: 1px dotted #006fff;
|
|
20
|
+
border-right: 1px dotted #006fff;
|
|
21
|
+
}
|
|
22
|
+
/*header要素
|
|
23
|
+
---------------------------------------- */
|
|
24
|
+
div#header {
|
|
25
|
+
border-top: solid 10px #006fff;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/*----------------------- globalMenu Style-- */
|
|
29
|
+
ul#navi li a {
|
|
30
|
+
color: #666;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
ul#navi li a:hover {
|
|
34
|
+
color: #0000ff;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/*----------------------- main Style-- */
|
|
38
|
+
#main .pageTitle h2 {
|
|
39
|
+
color: #666;
|
|
40
|
+
border-left: 10px solid #006fff;
|
|
41
|
+
border-bottom: 1px solid #006fff;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*----------------------- sub Style-- */
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
/*----------------------- footer Style-- */
|
|
48
|
+
div#footer {
|
|
49
|
+
border-bottom: solid 10px #006fff;
|
|
50
|
+
background: transparent url(/images/footer_w_bak.gif) bottom right no-repeat;
|
|
51
|
+
height: 20px;
|
|
52
|
+
}
|
|
53
|
+
div#footer div#tip{
|
|
54
|
+
text-align:center;
|
|
55
|
+
background: transparent url(/images/tip.png) 5% center no-repeat;
|
|
56
|
+
/*
|
|
57
|
+
background-color:#006fff;
|
|
58
|
+
*/
|
|
59
|
+
color:#666;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@charset "utf-8";
|
|
2
|
+
|
|
3
|
+
/* ------------------------------------------- CSS Information
|
|
4
|
+
File Name: user_a.css
|
|
5
|
+
Author:
|
|
6
|
+
Style Info:
|
|
7
|
+
----------------------------------------------------------- */
|
|
8
|
+
|
|
9
|
+
/* ----------------------------------- Layout Box Style --*/
|
|
10
|
+
body {
|
|
11
|
+
|
|
12
|
+
background: #f4fff4;
|
|
13
|
+
background: -moz-linear-gradient(top, #fff, #f4fff4);
|
|
14
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4fff4', endColorstr='#ffffff');
|
|
15
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4fff4));
|
|
16
|
+
}
|
|
17
|
+
/*wrapper要素
|
|
18
|
+
---------------------------------------- */
|
|
19
|
+
div#wrapper {
|
|
20
|
+
border-left: 1px dotted #009966;
|
|
21
|
+
border-right: 1px dotted #009966;
|
|
22
|
+
}
|
|
23
|
+
/*header要素
|
|
24
|
+
---------------------------------------- */
|
|
25
|
+
div#header {
|
|
26
|
+
border-top: solid 10px #009966;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/*----------------------- globalMenu Style-- */
|
|
30
|
+
ul#navi li a {
|
|
31
|
+
color: #666;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
ul#navi li a:hover {
|
|
35
|
+
color: #0000ff;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/*----------------------- main Style-- */
|
|
39
|
+
#main .pageTitle h2 {
|
|
40
|
+
color: #666;
|
|
41
|
+
border-left: 10px solid #009966;
|
|
42
|
+
border-bottom: 1px solid #009966;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/*----------------------- sub Style-- */
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
/*----------------------- footer Style-- */
|
|
49
|
+
div#footer {
|
|
50
|
+
border-bottom: solid 10px #009966;
|
|
51
|
+
background: transparent url(/images/footer_a_bak.gif) bottom right no-repeat;
|
|
52
|
+
height: 20px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
div#footer div#tip{
|
|
56
|
+
text-align: center;
|
|
57
|
+
background: transparent url(/images/tip.png) 5% center no-repeat;
|
|
58
|
+
color:#666;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@charset "utf-8";
|
|
2
|
+
|
|
3
|
+
/* ------------------------------------------- CSS Information
|
|
4
|
+
File Name: user_m.css
|
|
5
|
+
Author:
|
|
6
|
+
Style Info:
|
|
7
|
+
----------------------------------------------------------- */
|
|
8
|
+
|
|
9
|
+
/* ----------------------------------- Layout Box Style --*/
|
|
10
|
+
body {
|
|
11
|
+
background: #fff9f4;
|
|
12
|
+
background: -moz-linear-gradient(top, #fff, #fff9f4);
|
|
13
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f4', endColorstr='#ffffff');
|
|
14
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff9f4));
|
|
15
|
+
}
|
|
16
|
+
/*wrapper要素
|
|
17
|
+
---------------------------------------- */
|
|
18
|
+
div#wrapper {
|
|
19
|
+
border-left: 1px dotted #cc0033;
|
|
20
|
+
border-right: 1px dotted #cc0033;
|
|
21
|
+
}
|
|
22
|
+
/*header要素
|
|
23
|
+
---------------------------------------- */
|
|
24
|
+
div#header {
|
|
25
|
+
border-top: solid 10px #cc0033;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/*----------------------- globalMenu Style-- */
|
|
29
|
+
ul#navi li a {
|
|
30
|
+
color: #666;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
ul#navi li a:hover {
|
|
34
|
+
color: #0000ff;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/*----------------------- main Style-- */
|
|
38
|
+
#main .pageTitle h2 {
|
|
39
|
+
color: #666;
|
|
40
|
+
border-left: 10px solid #cc0033;
|
|
41
|
+
border-bottom: 1px solid #cc0033;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*----------------------- sub Style-- */
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
/*----------------------- footer Style-- */
|
|
48
|
+
div#footer {
|
|
49
|
+
border-bottom: solid 10px #cc0033;
|
|
50
|
+
background: transparent url(/images/footer_m_bak.gif) bottom right no-repeat;
|
|
51
|
+
height: 20px;
|
|
52
|
+
}
|
|
53
|
+
div#footer div#tip{
|
|
54
|
+
text-align: center;
|
|
55
|
+
background: transparent url(/images/tip.png) 5% center no-repeat;
|
|
56
|
+
/*
|
|
57
|
+
background-color: #cc0033;
|
|
58
|
+
*/
|
|
59
|
+
color:#666;
|
|
60
|
+
|
|
61
|
+
|
metadata
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ava_rails_generator
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Masaki Ozawa
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2012-04-04 00:00:00 +09:00
|
|
19
|
+
default_executable:
|
|
20
|
+
dependencies:
|
|
21
|
+
- !ruby/object:Gem::Dependency
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 3
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
version: "0"
|
|
32
|
+
type: :development
|
|
33
|
+
name: shoulda
|
|
34
|
+
version_requirements: *id001
|
|
35
|
+
- !ruby/object:Gem::Dependency
|
|
36
|
+
prerelease: false
|
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
|
+
none: false
|
|
39
|
+
requirements:
|
|
40
|
+
- - ~>
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
hash: 31
|
|
43
|
+
segments:
|
|
44
|
+
- 3
|
|
45
|
+
- 12
|
|
46
|
+
version: "3.12"
|
|
47
|
+
type: :development
|
|
48
|
+
name: rdoc
|
|
49
|
+
version_requirements: *id002
|
|
50
|
+
- !ruby/object:Gem::Dependency
|
|
51
|
+
prerelease: false
|
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">"
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
hash: 23
|
|
58
|
+
segments:
|
|
59
|
+
- 1
|
|
60
|
+
- 0
|
|
61
|
+
- 0
|
|
62
|
+
version: 1.0.0
|
|
63
|
+
type: :development
|
|
64
|
+
name: bundler
|
|
65
|
+
version_requirements: *id003
|
|
66
|
+
- !ruby/object:Gem::Dependency
|
|
67
|
+
prerelease: false
|
|
68
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
69
|
+
none: false
|
|
70
|
+
requirements:
|
|
71
|
+
- - ~>
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
hash: 49
|
|
74
|
+
segments:
|
|
75
|
+
- 1
|
|
76
|
+
- 8
|
|
77
|
+
- 3
|
|
78
|
+
version: 1.8.3
|
|
79
|
+
type: :development
|
|
80
|
+
name: jeweler
|
|
81
|
+
version_requirements: *id004
|
|
82
|
+
- !ruby/object:Gem::Dependency
|
|
83
|
+
prerelease: false
|
|
84
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
85
|
+
none: false
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
hash: 3
|
|
90
|
+
segments:
|
|
91
|
+
- 0
|
|
92
|
+
version: "0"
|
|
93
|
+
type: :development
|
|
94
|
+
name: rcov
|
|
95
|
+
version_requirements: *id005
|
|
96
|
+
description: rails generator for avasys corp.
|
|
97
|
+
email: ozamasa123@gmail.com
|
|
98
|
+
executables: []
|
|
99
|
+
|
|
100
|
+
extensions: []
|
|
101
|
+
|
|
102
|
+
extra_rdoc_files:
|
|
103
|
+
- README.rdoc
|
|
104
|
+
files:
|
|
105
|
+
- MIT-LICENSE
|
|
106
|
+
- README.rdoc
|
|
107
|
+
- Rakefile
|
|
108
|
+
- USAGE
|
|
109
|
+
- VERSION
|
|
110
|
+
- ava_rails_generator.rb
|
|
111
|
+
- templates/001_create_sessions.rb
|
|
112
|
+
- templates/002_create_users.rb
|
|
113
|
+
- templates/action_view_helper.rb
|
|
114
|
+
- templates/action_view_ja.yml
|
|
115
|
+
- templates/active_record_ja.yml
|
|
116
|
+
- templates/active_support_ja.yml
|
|
117
|
+
- templates/ann_back.png
|
|
118
|
+
- templates/ann_back02.png
|
|
119
|
+
- templates/application.html.erb
|
|
120
|
+
- templates/application.js
|
|
121
|
+
- templates/application_controller.rb
|
|
122
|
+
- templates/application_csv.rb
|
|
123
|
+
- templates/application_helper.rb
|
|
124
|
+
- templates/application_search.rb
|
|
125
|
+
- templates/arrow_h.gif
|
|
126
|
+
- templates/arrow_l.png
|
|
127
|
+
- templates/arrow_n.gif
|
|
128
|
+
- templates/arrow_r.png
|
|
129
|
+
- templates/arrow_v.gif
|
|
130
|
+
- templates/auth_controller.rb
|
|
131
|
+
- templates/bak.png
|
|
132
|
+
- templates/btn_back.png
|
|
133
|
+
- templates/btn_cancel_cre.png
|
|
134
|
+
- templates/btn_cancel_upd.png
|
|
135
|
+
- templates/btn_clear.png
|
|
136
|
+
- templates/btn_close.png
|
|
137
|
+
- templates/btn_complete.png
|
|
138
|
+
- templates/btn_confirm_cre.png
|
|
139
|
+
- templates/btn_confirm_upd.png
|
|
140
|
+
- templates/btn_create.png
|
|
141
|
+
- templates/btn_csv.png
|
|
142
|
+
- templates/btn_delete.png
|
|
143
|
+
- templates/btn_login.png
|
|
144
|
+
- templates/btn_new.png
|
|
145
|
+
- templates/btn_reenter.png
|
|
146
|
+
- templates/btn_reload.png
|
|
147
|
+
- templates/btn_reply.png
|
|
148
|
+
- templates/btn_search.png
|
|
149
|
+
- templates/btn_send.png
|
|
150
|
+
- templates/btn_sub01.png
|
|
151
|
+
- templates/btn_sub02.png
|
|
152
|
+
- templates/btn_upd.png
|
|
153
|
+
- templates/btn_upd_cancel.png
|
|
154
|
+
- templates/btn_update.png
|
|
155
|
+
- templates/btn_xml.png
|
|
156
|
+
- templates/bubble_ex_g.png
|
|
157
|
+
- templates/bubble_ex_p.png
|
|
158
|
+
- templates/bubble_minus.gif
|
|
159
|
+
- templates/bubble_plus.gif
|
|
160
|
+
- templates/builder.js
|
|
161
|
+
- templates/calendar.gif
|
|
162
|
+
- templates/csv.rb
|
|
163
|
+
- templates/default.css
|
|
164
|
+
- templates/footer_a_bak.gif
|
|
165
|
+
- templates/footer_m_bak.gif
|
|
166
|
+
- templates/footer_w_bak.gif
|
|
167
|
+
- templates/form.css
|
|
168
|
+
- templates/g_navi_bak.gif
|
|
169
|
+
- templates/import.css
|
|
170
|
+
- templates/index.html.erb
|
|
171
|
+
- templates/jquery-1.4.4.min.js
|
|
172
|
+
- templates/jquery-ui-1.8.10.custom.css
|
|
173
|
+
- templates/jquery-ui-1.8.10.custom.min.js
|
|
174
|
+
- templates/jquery.ui.datepicker-ja.js
|
|
175
|
+
- templates/layout.css
|
|
176
|
+
- templates/link.gif
|
|
177
|
+
- templates/link_t.gif
|
|
178
|
+
- templates/login.html.erb
|
|
179
|
+
- templates/login_back01.png
|
|
180
|
+
- templates/logo.png
|
|
181
|
+
- templates/mail.png
|
|
182
|
+
- templates/menuTabL.gif
|
|
183
|
+
- templates/menuTabR.gif
|
|
184
|
+
- templates/navis.gif
|
|
185
|
+
- templates/pageTitle_bak.png
|
|
186
|
+
- templates/page_bak.gif
|
|
187
|
+
- templates/password.html.erb
|
|
188
|
+
- templates/pop.png
|
|
189
|
+
- templates/prototype.js
|
|
190
|
+
- templates/rails.png
|
|
191
|
+
- templates/scaffold.css
|
|
192
|
+
- templates/scriptaculous.js
|
|
193
|
+
- templates/slider.js
|
|
194
|
+
- templates/sound.js
|
|
195
|
+
- templates/tip.png
|
|
196
|
+
- templates/tolist.png
|
|
197
|
+
- templates/top_controller.rb
|
|
198
|
+
- templates/translation_ja.yml
|
|
199
|
+
- templates/ui-bg_flat_0_aaaaaa_40x100.png
|
|
200
|
+
- templates/ui-bg_flat_55_fbec88_40x100.png
|
|
201
|
+
- templates/ui-bg_glass_75_d0e5f5_1x400.png
|
|
202
|
+
- templates/ui-bg_glass_85_dfeffc_1x400.png
|
|
203
|
+
- templates/ui-bg_glass_95_fef1ec_1x400.png
|
|
204
|
+
- templates/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
|
205
|
+
- templates/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
|
206
|
+
- templates/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
|
207
|
+
- templates/ui-icons_217bc0_256x240.png
|
|
208
|
+
- templates/ui-icons_2e83ff_256x240.png
|
|
209
|
+
- templates/ui-icons_469bdd_256x240.png
|
|
210
|
+
- templates/ui-icons_6da8d5_256x240.png
|
|
211
|
+
- templates/ui-icons_cd0a0a_256x240.png
|
|
212
|
+
- templates/ui-icons_d8e7f3_256x240.png
|
|
213
|
+
- templates/ui-icons_f9bd01_256x240.png
|
|
214
|
+
- templates/unittest.js
|
|
215
|
+
- templates/user.rb
|
|
216
|
+
- templates/user_blue.css
|
|
217
|
+
- templates/user_green.css
|
|
218
|
+
- templates/user_red.css
|
|
219
|
+
has_rdoc: true
|
|
220
|
+
homepage: http://github.com/ozamasa/ava_rails_generator
|
|
221
|
+
licenses:
|
|
222
|
+
- MIT
|
|
223
|
+
post_install_message:
|
|
224
|
+
rdoc_options: []
|
|
225
|
+
|
|
226
|
+
require_paths:
|
|
227
|
+
- lib
|
|
228
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
229
|
+
none: false
|
|
230
|
+
requirements:
|
|
231
|
+
- - ">="
|
|
232
|
+
- !ruby/object:Gem::Version
|
|
233
|
+
hash: 3
|
|
234
|
+
segments:
|
|
235
|
+
- 0
|
|
236
|
+
version: "0"
|
|
237
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
238
|
+
none: false
|
|
239
|
+
requirements:
|
|
240
|
+
- - ">="
|
|
241
|
+
- !ruby/object:Gem::Version
|
|
242
|
+
hash: 3
|
|
243
|
+
segments:
|
|
244
|
+
- 0
|
|
245
|
+
version: "0"
|
|
246
|
+
requirements: []
|
|
247
|
+
|
|
248
|
+
rubyforge_project:
|
|
249
|
+
rubygems_version: 1.4.2
|
|
250
|
+
signing_key:
|
|
251
|
+
specification_version: 3
|
|
252
|
+
summary: rails generator for avasys
|
|
253
|
+
test_files: []
|
|
254
|
+
|