Skip to content

Commit 56c811f

Browse files
committed
Intermedia Curric: Add scary red thing telling you to not spend forever on Devise or Bootstrap
1 parent 78439cd commit 56c811f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sites/intermediate-rails/install_devise.step

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ message <<-MARKDOWN
88
MARKDOWN
99
end
1010

11+
important do
12+
h2 "Timebox It!"
13+
p "The purpose of this section is to allow users to log in to your app and demonstrate how to add external libraries like Devise using the Gemfile. If you find yourself needing to write more than a couple of lines of code to make that happen, you may have gone too far. Talk to a TA!"
14+
end
15+
1116
discussion do
1217
message <<-MARKDOWN
1318
* What is devise?

sites/intermediate-rails/make_it_pretty_with_bootstrap.step

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
requirements do
2-
message <<-MARKDOWN
2+
message <<-MARKDOWN
33
* The site should use Bootstrap for a superfun modern look.
44
* When logged in, the user's email address should appear in the upper-right corner of a navigation bar.
55
MARKDOWN
66
img class: 'noborder', src: 'img/header.png'
77
end
88

9+
important do
10+
h2 "Timebox It!"
11+
p "The purpose of this section is to make your app a bit prettier and demonstrate how to add CSS frameworks like Bootstrap using the Gemfile. Don't get snagged on the details of getting your CSS exactly right, unless that's valuable to you."
12+
end
13+
914
discussion do
1015
message <<-MARKDOWN
1116
* Chrome developer tools / Firefox Firebug plugin — how to use ’em!

0 commit comments

Comments
 (0)