-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it kinda work again #1
base: master
Are you sure you want to change the base?
Changes from all commits
c01cbf6
4e45dd0
e17c28e
8c7f958
0c44867
7bd1c59
0260fc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>the hacker school confessional</title> | ||
<title>the VU koor confessional</title> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you leave this change out of the PR please? |
||
<%= stylesheet_link_tag "application", :media => "all" %> | ||
<%= javascript_include_tag "application" %> | ||
<%= csrf_meta_tags %> | ||
|
@@ -17,7 +17,7 @@ | |
<div id="wrapper" class="center"> | ||
<h1> | ||
<%= link_to(confessions_path) do %> | ||
$ the hacker school confessional<span class="blink cursor"> </span> | ||
$ the VU koor confessional<span class="blink cursor"> </span> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here |
||
<% end %> | ||
</h1> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
Confessional::Application.configure do | ||
|
||
require 'pusher' | ||
|
||
Pusher.app_id = '112785' | ||
Pusher.key = 'c2c3fbab7bc6f31e77e7' | ||
Pusher.secret = 'fb9026ac4a28ac41ce1c' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm guessing you don't want to share this publically...? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Care. Can't be bothered to remember how to cherry pick. I'll do a new PR "sometime". |
||
# Settings specified here will take precedence over those in config/application.rb | ||
|
||
# Code is not reloaded between requests | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this new gem for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For fixing warnings... no idea really.