arigato_rails 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
6
6
  {<img src="https://codeclimate.com/github/tnantoka/arigato_rails.png" alt="Code Climate" />}[https://codeclimate.com/github/tnantoka/arigato_rails]
7
7
  {<img src="http://api.coderwall.com/tnantoka/endorsecount.png" alt="endorse" />}[http://coderwall.com/tnantoka]
8
8
 
9
- * {Homepage}[https://github.com/tnantoka/arigato_rails#readme]
9
+ * {Homepage}[http://tnantoka.github.com/arigato]
10
10
  * {Issues}[https://github.com/tnantoka/arigato_rails/issues]
11
11
  * {Documentation}[http://rubydoc.info/gems/arigato_rails/frames]
12
12
  * {Email}[mailto:bornneet at livedoor.com]
@@ -23,8 +23,8 @@ Provides special thanks page generated from your Gemfile.
23
23
 
24
24
  == Examples
25
25
 
26
- * http://arigato_rails_example.tobioka.net/thanks
27
- * https://github.com/tnantoka/arigato_rails_example
26
+ * Live Demo: http://arigato_rails_example.tobioka.net/thanks
27
+ * Source: https://github.com/tnantoka/arigato_rails_example
28
28
 
29
29
  == Requirements
30
30
 
@@ -35,15 +35,18 @@ Provides special thanks page generated from your Gemfile.
35
35
 
36
36
  # Gemfile
37
37
  gem 'arigato_rails'
38
- $ bundle install
38
+ $ bundle
39
39
 
40
40
  # config/initializers/arigato_rails.rb
41
41
  Rails.configuration.arigato_rails.theme = 'bootstrap'
42
42
 
43
- # Optional
43
+ # Optional
44
44
  # config/routes.rb
45
- mount_thanks
46
- resources :users, path: '' # catch-all routes
45
+ mount_thanks # should add before
46
+ resources :users, path: '' # the catch-all routes
47
+
48
+ # View
49
+ <%= link_to 'Special Thanks', main_app.thanks_path %>
47
50
 
48
51
  == Copyright
49
52
 
@@ -1,2 +1,2 @@
1
- class ApplicationController < ActionController::Base
1
+ class ArigatoRails::ApplicationController < ApplicationController
2
2
  end
@@ -1,6 +1,6 @@
1
1
  module ArigatoRails
2
2
  class Engine < ::Rails::Engine
3
- isolate_namespace ArigatoRails
3
+ #isolate_namespace ArigatoRails
4
4
 
5
5
  config.arigato_rails = ActiveSupport::OrderedOptions.new
6
6
  config.arigato_rails.theme = 'default'
@@ -1,3 +1,3 @@
1
1
  module ArigatoRails
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arigato_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-28 00:00:00.000000000 Z
12
+ date: 2013-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -209,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
209
  version: '0'
210
210
  segments:
211
211
  - 0
212
- hash: -1774735851944352937
212
+ hash: 2228957799075358985
213
213
  required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  none: false
215
215
  requirements:
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  segments:
220
220
  - 0
221
- hash: -1774735851944352937
221
+ hash: 2228957799075358985
222
222
  requirements: []
223
223
  rubyforge_project:
224
224
  rubygems_version: 1.8.25