This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ gem 'i18n'
13
13
gem 'globalize' , '~>3.1.0'
14
14
gem 'dragonfly'
15
15
16
+ # added rollbar for log monitoring
17
+ gem 'rollbar'
18
+
16
19
# Gems used only for assets and not required
17
20
# in production environments by default.
18
21
group :assets do
Original file line number Diff line number Diff line change 208
208
responders (1.1.2 )
209
209
railties (>= 3.2 , < 4.2 )
210
210
rolify (5.1.0 )
211
+ rollbar (2.15.4 )
212
+ multi_json
211
213
rspec (3.5.0 )
212
214
rspec-core (~> 3.5.0 )
213
215
rspec-expectations (~> 3.5.0 )
@@ -313,6 +315,7 @@ DEPENDENCIES
313
315
rails (~> 3.2.22 )
314
316
recaptcha
315
317
rolify
318
+ rollbar
316
319
rspec
317
320
rspec-rails
318
321
rubyzip (~> 1.2.1 )
Original file line number Diff line number Diff line change 225
225
< a class ="accordion-guidance-link " data-toggle ="collapse " data-parent ="#<%= question . id %> -guidance " href ="#collapse-guidance-<%= group . id %> -<%= guidance . id %> - <%= question . id %> ">
226
226
< div class ="accordion_heading_text ">
227
227
<% if theme == "no_theme" then %>
228
- <%= group . name . chomp ( " guidance" ) %> guidance
228
+ <%= group . name . chomp ( " guidance" ) %>
229
229
<% else %>
230
- <%= group . name . chomp ( " guidance" ) %> guidance on <%= theme . title %>
230
+ <%= group . name . chomp ( " guidance" ) %> - <%= theme . title %>
231
231
<% end %>
232
232
</ div >
233
233
< span class ="plus-laranja "> </ span > </ a >
You can’t perform that action at this time.
0 commit comments