forked from Narnach/hoptoad_notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
185 lines (125 loc) · 5.98 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
Version 2.3.3 - 2010-08-04
===============================================================================
Tristan Dunn (1):
Initial injection of JS notifier.
Version 2.3.2 - 2010-07-06
===============================================================================
Josh Clayton(1):
Handle instances when Rack's action_dispach.parameter_filter is nil
Version 2.3.1 - 2010-07-02
===============================================================================
Jason Morrison (2):
Use the Rails 3 params filters when available
Filter session hash using Hoptoad config.params_filters, in addition to params
Version 2.3.0 - 2010-06-24
===============================================================================
Jason Morrison (5):
Add integration test for rails 3.0.0.beta4
Added feature: Support the Heroku addon in the generator
Add --heroku flag to generator to support ENV['HOPTOAD_API_KEY']
Reflect a copy change in rails.feature for --heroku generator flag
Support the proxy configuration options when notifying Hoptoad of a deploy (hat tip @gudleik)
Version 2.2.6 - 2010-06-02
===============================================================================
Jason Morrison (1):
For Rails 3, just use the Rack middleware instead of specifying a location to insert_after
Version 2.2.5 - 2010-06-02
===============================================================================
Jason Morrison (1):
Add documentation for Rails 3.x installation
Version 2.2.4 - 2010-06-02
===============================================================================
Jason Morrison (1):
Add a note to README about removing the explicit Catcher #include in ApplicationController
Version 2.2.3 - 2010-06-02
===============================================================================
Summary: Fixed a variety of issues for Rails 3.0.0.beta3,
Fixed a bug when using Vlad to deploy instead of Capistrano
Give better error output when gem is not installed
Chad Pytel (2):
revise gem unpack instructions step
Merge branch 'master' of github.com:thoughtbot/hoptoad_notifier
Dan Lawless (1):
don't append capistrano details to config.deploy.rb when target app uses Vlad
Jason Morrison (7):
LH-556 Clarify sending ENV environment variables
Starting to add features for Rails 3
Make rails rake tasks depend on gem-making tasks
Start to get Rails 3 features to pass
require fileutils to reflect rubygems 1.3.6 change
Support ENV['CUCUMBER_FORMAT'] in rails cucumber tasks for testing
Fix the initializer syntax in the Rails 3 Railtie
Joe Ferris (11):
Got the generator running and a request dispatched to the test endpoint
Fixed logging in hoptoad:test rake task
Separated Rails 2 and 3 entry
Support bundler
Rails 3 generator works with an existing api key
Extract request info from rack env
Detect presence of the plugin
Added a capistrano hook for Rails 3
Fixed rack/sinatra being broken without active_support
Fixes for earlier versions of Rails
Fixed Rails 3 generator not to append cap hooks for vlad deploys
Josh Kalderimis (7):
updated railtie to work with the new rails 3 middleware api
railtie_name is deprecated
updated app_middleware call to use string version as to make sure constant is loaded
moved generator using the new rails 3 convention
update path to template for Rails 3 generator
correction to referencing of the rails application in rails3_tasks
add environment_name and project_root back to rails 3 railtie
Joshua Nichols (1):
Handle gem not being installed more gracefully.
Version 2.2.2 - 2010-03-10
===============================================================================
Chad Pytel (1):
document proxy support
Joe Ferris (8):
Added upgrade instructions to the README
Give a clearer error message when generating a Rails app fails
Fail loudly when a gem can't be vendored
Debugging rubygems issues
Explicitly specify the gem paths
Less noisy
Restore gem path after vendoring
Fixed a typo
Jon Yurek (1):
Added notice about removing hoptoad rake tasks to upgrade gem
Mike Burns (1):
Remove stray file with notes in it
Version 2.2.1 - 2010-03-10
===============================================================================
Jason Morrison (3):
LH-629 Ensure notifier is not considered a framework gem
Removing things-the-generator-must-do file
Add rake cucumber:wip:rails* tasks for work-in-progress features
Version 2.2.0 - 2010-02-18
===============================================================================
Bumping the version from 2.1.4 to 2.2.0 since adding Rack support warrants a minor version.
Jason Morrison (1):
Stringify array elements when making assertions about Notice XML for 1.9 compatibility
Version 2.1.4 - 2010-02-12
===============================================================================
Chad Pytel (2):
add more info to README for 1.2.6
fix gem unpack line for 1.2.6
Jason Morrison (2):
Adding additional instructions for Rails 1.2.6
Typesetting in README.rdoc
Joe Ferris (11):
Separating Rails functionality out more
Initial Rack middleware
Extract request info from rack env
Added integration tests for rescuing
Fixed reporting of Rails version
Small refactoring
Automatically add Rack middleware for Rails apps that support it (catches exceptions from Metal)
Added an integration test and docs for rack apps
Added integration/readme coverage of Sinatra apps
Added docs to HoptoadNotifier::Rack
Require rack in tests for older versions of Rails; use active_support instead of activesupport
Nick Quaranto (3):
Fixing the capistrano hook bit in the readme
Adding changeling:minor and changeling:patch to automate notifier releases
Adding rake changeling:push