muck-profiles 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/.gitignore +5 -0
  2. data/Rakefile +16 -0
  3. data/VERSION +1 -1
  4. data/app/controllers/muck/profiles_controller.rb +32 -4
  5. data/config/muck_profiles_routes.rb +2 -1
  6. data/locales/ar.yml +5 -0
  7. data/locales/bg.yml +5 -0
  8. data/locales/ca.yml +5 -0
  9. data/locales/cs.yml +5 -0
  10. data/locales/da.yml +5 -0
  11. data/locales/de.yml +5 -0
  12. data/locales/el.yml +5 -0
  13. data/locales/es.yml +5 -0
  14. data/locales/et.yml +11 -0
  15. data/locales/fa.yml +11 -0
  16. data/locales/fi.yml +11 -0
  17. data/locales/fr.yml +5 -0
  18. data/locales/gl.yml +11 -0
  19. data/locales/hi.yml +11 -0
  20. data/locales/hr.yml +11 -0
  21. data/locales/hu.yml +11 -0
  22. data/locales/id.yml +11 -0
  23. data/locales/it.yml +5 -0
  24. data/locales/iw.yml +5 -0
  25. data/locales/ja.yml +5 -0
  26. data/locales/ko.yml +5 -0
  27. data/locales/lt.yml +5 -0
  28. data/locales/lv.yml +5 -0
  29. data/locales/mt.yml +11 -0
  30. data/locales/nl.yml +5 -0
  31. data/locales/no.yml +5 -0
  32. data/locales/pl.yml +5 -0
  33. data/locales/pt-PT.yml +11 -0
  34. data/locales/ro.yml +5 -0
  35. data/locales/ru.yml +5 -0
  36. data/locales/sk.yml +5 -0
  37. data/locales/sl.yml +5 -0
  38. data/locales/sq.yml +11 -0
  39. data/locales/sr.yml +5 -0
  40. data/locales/sv.yml +5 -0
  41. data/locales/th.yml +11 -0
  42. data/locales/tl.yml +5 -0
  43. data/locales/tr.yml +11 -0
  44. data/locales/uk.yml +5 -0
  45. data/locales/vi.yml +5 -0
  46. data/locales/zh-CN.yml +5 -0
  47. data/locales/zh-TW.yml +5 -0
  48. data/locales/zh.yml +5 -0
  49. data/muck-profiles.gemspec +30 -29
  50. data/test/rails_root/app/models/user.rb +0 -8
  51. metadata +16 -28
  52. data/pkg/muck-profiles-0.1.0.gem +0 -0
  53. data/pkg/muck-profiles-0.1.1.gem +0 -0
  54. data/rdoc/classes/ActionController/Routing/RouteSet.html +0 -148
  55. data/rdoc/classes/ActionController/Routing.html +0 -107
  56. data/rdoc/classes/ActionController.html +0 -107
  57. data/rdoc/classes/ActiveRecord/Acts/MuckProfile/ClassMethods.html +0 -161
  58. data/rdoc/classes/ActiveRecord/Acts/MuckProfile/InstanceMethods.html +0 -112
  59. data/rdoc/classes/ActiveRecord/Acts/MuckProfile/SingletonMethods.html +0 -111
  60. data/rdoc/classes/ActiveRecord/Has/MuckProfile/ClassMethods.html +0 -154
  61. data/rdoc/classes/ActiveRecord/Has/MuckProfile/InstanceMethods.html +0 -112
  62. data/rdoc/classes/ActiveRecord/Has/MuckProfile/SingletonMethods.html +0 -111
  63. data/rdoc/classes/ActiveRecord.html +0 -109
  64. data/rdoc/classes/MuckProfiles/Tasks.html +0 -146
  65. data/rdoc/classes/MuckProfiles.html +0 -111
  66. data/rdoc/created.rid +0 -1
  67. data/rdoc/files/README_rdoc.html +0 -161
  68. data/rdoc/files/lib/active_record/acts/muck_profile_rb.html +0 -101
  69. data/rdoc/files/lib/active_record/has/muck_profile_rb.html +0 -101
  70. data/rdoc/files/lib/muck_profiles/initialize_routes_rb.html +0 -101
  71. data/rdoc/files/lib/muck_profiles/tasks_rb.html +0 -110
  72. data/rdoc/files/lib/muck_profiles_rb.html +0 -109
  73. data/rdoc/fr_class_index.html +0 -38
  74. data/rdoc/fr_file_index.html +0 -32
  75. data/rdoc/fr_method_index.html +0 -30
  76. data/rdoc/index.html +0 -24
  77. data/rdoc/rdoc-style.css +0 -208
@@ -2,18 +2,19 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-profiles}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Ball"]
9
- s.date = %q{2009-06-24}
9
+ s.date = %q{2009-07-07}
10
10
  s.description = %q{Profile engine for the muck system.}
11
11
  s.email = %q{justinball@gmail.com}
12
12
  s.extra_rdoc_files = [
13
13
  "README.rdoc"
14
14
  ]
15
15
  s.files = [
16
- "MIT-LICENSE",
16
+ ".gitignore",
17
+ "MIT-LICENSE",
17
18
  "README.rdoc",
18
19
  "Rakefile",
19
20
  "VERSION",
@@ -64,8 +65,24 @@ Gem::Specification.new do |s|
64
65
  "locales/en.yml",
65
66
  "locales/es.yml",
66
67
  "locales/es.yml",
68
+ "locales/et.yml",
69
+ "locales/et.yml",
70
+ "locales/fa.yml",
71
+ "locales/fa.yml",
72
+ "locales/fi.yml",
73
+ "locales/fi.yml",
67
74
  "locales/fr.yml",
68
75
  "locales/fr.yml",
76
+ "locales/gl.yml",
77
+ "locales/gl.yml",
78
+ "locales/hi.yml",
79
+ "locales/hi.yml",
80
+ "locales/hr.yml",
81
+ "locales/hr.yml",
82
+ "locales/hu.yml",
83
+ "locales/hu.yml",
84
+ "locales/id.yml",
85
+ "locales/id.yml",
69
86
  "locales/it.yml",
70
87
  "locales/it.yml",
71
88
  "locales/iw.yml",
@@ -78,12 +95,16 @@ Gem::Specification.new do |s|
78
95
  "locales/lt.yml",
79
96
  "locales/lv.yml",
80
97
  "locales/lv.yml",
98
+ "locales/mt.yml",
99
+ "locales/mt.yml",
81
100
  "locales/nl.yml",
82
101
  "locales/nl.yml",
83
102
  "locales/no.yml",
84
103
  "locales/no.yml",
85
104
  "locales/pl.yml",
86
105
  "locales/pl.yml",
106
+ "locales/pt-PT.yml",
107
+ "locales/pt-PT.yml",
87
108
  "locales/pt.yml",
88
109
  "locales/pt.yml",
89
110
  "locales/ro.yml",
@@ -94,12 +115,18 @@ Gem::Specification.new do |s|
94
115
  "locales/sk.yml",
95
116
  "locales/sl.yml",
96
117
  "locales/sl.yml",
118
+ "locales/sq.yml",
119
+ "locales/sq.yml",
97
120
  "locales/sr.yml",
98
121
  "locales/sr.yml",
99
122
  "locales/sv.yml",
100
123
  "locales/sv.yml",
124
+ "locales/th.yml",
125
+ "locales/th.yml",
101
126
  "locales/tl.yml",
102
127
  "locales/tl.yml",
128
+ "locales/tr.yml",
129
+ "locales/tr.yml",
103
130
  "locales/uk.yml",
104
131
  "locales/uk.yml",
105
132
  "locales/vi.yml",
@@ -111,34 +138,8 @@ Gem::Specification.new do |s|
111
138
  "locales/zh.yml",
112
139
  "locales/zh.yml",
113
140
  "muck-profiles.gemspec",
114
- "pkg/muck-profiles-0.1.0.gem",
115
- "pkg/muck-profiles-0.1.1.gem",
116
141
  "rails/init.rb",
117
142
  "rails/init.rb",
118
- "rdoc/classes/ActionController.html",
119
- "rdoc/classes/ActionController/Routing.html",
120
- "rdoc/classes/ActionController/Routing/RouteSet.html",
121
- "rdoc/classes/ActiveRecord.html",
122
- "rdoc/classes/ActiveRecord/Acts/MuckProfile/ClassMethods.html",
123
- "rdoc/classes/ActiveRecord/Acts/MuckProfile/InstanceMethods.html",
124
- "rdoc/classes/ActiveRecord/Acts/MuckProfile/SingletonMethods.html",
125
- "rdoc/classes/ActiveRecord/Has/MuckProfile/ClassMethods.html",
126
- "rdoc/classes/ActiveRecord/Has/MuckProfile/InstanceMethods.html",
127
- "rdoc/classes/ActiveRecord/Has/MuckProfile/SingletonMethods.html",
128
- "rdoc/classes/MuckProfiles.html",
129
- "rdoc/classes/MuckProfiles/Tasks.html",
130
- "rdoc/created.rid",
131
- "rdoc/files/README_rdoc.html",
132
- "rdoc/files/lib/active_record/acts/muck_profile_rb.html",
133
- "rdoc/files/lib/active_record/has/muck_profile_rb.html",
134
- "rdoc/files/lib/muck_profiles/initialize_routes_rb.html",
135
- "rdoc/files/lib/muck_profiles/tasks_rb.html",
136
- "rdoc/files/lib/muck_profiles_rb.html",
137
- "rdoc/fr_class_index.html",
138
- "rdoc/fr_file_index.html",
139
- "rdoc/fr_method_index.html",
140
- "rdoc/index.html",
141
- "rdoc/rdoc-style.css",
142
143
  "tasks/rails.rake",
143
144
  "tasks/rails.rake",
144
145
  "test/rails_root/.gitignore",
@@ -4,12 +4,4 @@ class User < ActiveRecord::Base
4
4
  end
5
5
  acts_as_muck_user
6
6
  has_muck_profile
7
-
8
- def admin?
9
- false
10
- end
11
-
12
- def display_name
13
- 'test guy'
14
- end
15
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-profiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-24 00:00:00 -06:00
12
+ date: 2009-07-07 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -41,6 +41,7 @@ extensions: []
41
41
  extra_rdoc_files:
42
42
  - README.rdoc
43
43
  files:
44
+ - .gitignore
44
45
  - MIT-LICENSE
45
46
  - README.rdoc
46
47
  - Rakefile
@@ -69,57 +70,44 @@ files:
69
70
  - locales/el.yml
70
71
  - locales/en.yml
71
72
  - locales/es.yml
73
+ - locales/et.yml
74
+ - locales/fa.yml
75
+ - locales/fi.yml
72
76
  - locales/fr.yml
77
+ - locales/gl.yml
78
+ - locales/hi.yml
79
+ - locales/hr.yml
80
+ - locales/hu.yml
81
+ - locales/id.yml
73
82
  - locales/it.yml
74
83
  - locales/iw.yml
75
84
  - locales/ja.yml
76
85
  - locales/ko.yml
77
86
  - locales/lt.yml
78
87
  - locales/lv.yml
88
+ - locales/mt.yml
79
89
  - locales/nl.yml
80
90
  - locales/no.yml
81
91
  - locales/pl.yml
92
+ - locales/pt-PT.yml
82
93
  - locales/pt.yml
83
94
  - locales/ro.yml
84
95
  - locales/ru.yml
85
96
  - locales/sk.yml
86
97
  - locales/sl.yml
98
+ - locales/sq.yml
87
99
  - locales/sr.yml
88
100
  - locales/sv.yml
101
+ - locales/th.yml
89
102
  - locales/tl.yml
103
+ - locales/tr.yml
90
104
  - locales/uk.yml
91
105
  - locales/vi.yml
92
106
  - locales/zh-CN.yml
93
107
  - locales/zh-TW.yml
94
108
  - locales/zh.yml
95
109
  - muck-profiles.gemspec
96
- - pkg/muck-profiles-0.1.0.gem
97
- - pkg/muck-profiles-0.1.1.gem
98
110
  - rails/init.rb
99
- - rdoc/classes/ActionController.html
100
- - rdoc/classes/ActionController/Routing.html
101
- - rdoc/classes/ActionController/Routing/RouteSet.html
102
- - rdoc/classes/ActiveRecord.html
103
- - rdoc/classes/ActiveRecord/Acts/MuckProfile/ClassMethods.html
104
- - rdoc/classes/ActiveRecord/Acts/MuckProfile/InstanceMethods.html
105
- - rdoc/classes/ActiveRecord/Acts/MuckProfile/SingletonMethods.html
106
- - rdoc/classes/ActiveRecord/Has/MuckProfile/ClassMethods.html
107
- - rdoc/classes/ActiveRecord/Has/MuckProfile/InstanceMethods.html
108
- - rdoc/classes/ActiveRecord/Has/MuckProfile/SingletonMethods.html
109
- - rdoc/classes/MuckProfiles.html
110
- - rdoc/classes/MuckProfiles/Tasks.html
111
- - rdoc/created.rid
112
- - rdoc/files/README_rdoc.html
113
- - rdoc/files/lib/active_record/acts/muck_profile_rb.html
114
- - rdoc/files/lib/active_record/has/muck_profile_rb.html
115
- - rdoc/files/lib/muck_profiles/initialize_routes_rb.html
116
- - rdoc/files/lib/muck_profiles/tasks_rb.html
117
- - rdoc/files/lib/muck_profiles_rb.html
118
- - rdoc/fr_class_index.html
119
- - rdoc/fr_file_index.html
120
- - rdoc/fr_method_index.html
121
- - rdoc/index.html
122
- - rdoc/rdoc-style.css
123
111
  - tasks/rails.rake
124
112
  - test/rails_root/.gitignore
125
113
  - test/rails_root/.rake_tasks
Binary file
Binary file
@@ -1,148 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Class: ActionController::Routing::RouteSet</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">ActionController::Routing::RouteSet</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../files/lib/muck_profiles/initialize_routes_rb.html">
59
- lib/muck_profiles/initialize_routes.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- Object
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
-
82
-
83
- </div>
84
-
85
- <div id="method-list">
86
- <h3 class="section-bar">Methods</h3>
87
-
88
- <div class="name-list">
89
- <a href="#M000001">load_routes_with_muck_profiles!</a>&nbsp;&nbsp;
90
- </div>
91
- </div>
92
-
93
- </div>
94
-
95
-
96
- <!-- if includes -->
97
-
98
- <div id="section">
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
- <!-- if method_list -->
108
- <div id="methods">
109
- <h3 class="section-bar">Public Instance methods</h3>
110
-
111
- <div id="method-M000001" class="method-detail">
112
- <a name="M000001"></a>
113
-
114
- <div class="method-heading">
115
- <a href="#M000001" class="method-signature">
116
- <span class="method-name">load_routes_with_muck_profiles!</span><span class="method-args">()</span>
117
- </a>
118
- </div>
119
-
120
- <div class="method-description">
121
- <p><a class="source-toggle" href="#"
122
- onclick="toggleCode('M000001-source');return false;">[Source]</a></p>
123
- <div class="method-source-code" id="M000001-source">
124
- <pre>
125
- <span class="ruby-comment cmt"># File lib/muck_profiles/initialize_routes.rb, line 2</span>
126
- 2: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">load_routes_with_muck_profiles!</span>
127
- 3: <span class="ruby-identifier">muck_profiles_routes</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">dirname</span>(<span class="ruby-keyword kw">__FILE__</span>), <span class="ruby-operator">*</span><span class="ruby-node">%w[.. .. config muck_profiles_routes.rb]</span>)
128
- 4: <span class="ruby-identifier">add_configuration_file</span>(<span class="ruby-identifier">muck_profiles_routes</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">configuration_files</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">muck_profiles_routes</span>
129
- 5: <span class="ruby-identifier">load_routes_without_muck_profiles!</span>
130
- 6: <span class="ruby-keyword kw">end</span>
131
- </pre>
132
- </div>
133
- </div>
134
- </div>
135
-
136
-
137
- </div>
138
-
139
-
140
- </div>
141
-
142
-
143
- <div id="validator-badges">
144
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
145
- </div>
146
-
147
- </body>
148
- </html>
@@ -1,107 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: ActionController::Routing</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">ActionController::Routing</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- </td>
59
- </tr>
60
-
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
- <div id="class-list">
84
- <h3 class="section-bar">Classes and Modules</h3>
85
-
86
- Class <a href="Routing/RouteSet.html" class="link">ActionController::Routing::RouteSet</a><br />
87
-
88
- </div>
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
- <!-- if method_list -->
97
-
98
-
99
- </div>
100
-
101
-
102
- <div id="validator-badges">
103
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
104
- </div>
105
-
106
- </body>
107
- </html>
@@ -1,107 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: ActionController</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">ActionController</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- </td>
59
- </tr>
60
-
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
- <div id="class-list">
84
- <h3 class="section-bar">Classes and Modules</h3>
85
-
86
- Module <a href="ActionController/Routing.html" class="link">ActionController::Routing</a><br />
87
-
88
- </div>
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
- <!-- if method_list -->
97
-
98
-
99
- </div>
100
-
101
-
102
- <div id="validator-badges">
103
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
104
- </div>
105
-
106
- </body>
107
- </html>