Skip to content

Commit 2634f32

Browse files
committed
Remove OSX Panther instructions
Update dead rubyforge links Fixes railsbridge#408
1 parent c2933c3 commit 2634f32

File tree

4 files changed

+4
-121
lines changed

4 files changed

+4
-121
lines changed

assets/stylesheets/step.scss

-13
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,6 @@ img.noborder {
7676
padding-right: 20px;
7777
}
7878

79-
.pertinent-info {
80-
padding: 1em;
81-
font-size: 0.8em;
82-
font-color: rgb(60, 60, 60);
83-
border: 3px solid grey;
84-
border-radius: 10px;
85-
}
86-
87-
.pertinent-info h3 {
88-
text-align: center;
89-
margin: 0;
90-
}
91-
9279
.tip {
9380
padding: 1em;
9481
background-color: #F7FDFF;

sites/en/installfest/macintosh.step

+3-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ step "Choose your instructions" do
3333
option "Yosemite/Mavericks/Mountain Lion/Lion/Snow Leopard" do
3434
link "osx_rvm"
3535
end
36-
option "Leopard/Tiger/Panther" do
37-
important "If at all possible, you should try upgrading to at least **Snow Leopard**. Apple doesn't sell it the Apple store anymore, so you'll have to [buy it from them online](http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard) or find a copy from a friend."
38-
message "Otherwise, you can try following the Panther instructions, but be prepared for some things to be difficult."
39-
link "osx_panther"
36+
option "Earlier than Snow Leopard" do
37+
important "You should try upgrading to at least **Snow Leopard**. Apple doesn't sell it the Apple store anymore, so you'll have to [buy it from them online](http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard) or find a copy from a friend."
38+
message "It may be possible to get Ruby and Rails installed if your OS is older than Snow Leopard, but you're likely to encounter a lot of tough roadblocks that will require some intense googling."
4039
end
4140
end

sites/en/installfest/osx_panther.step

-103
This file was deleted.

step_file_reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Special elements do *not* format their text as Markdown.
110110

111111
## erector elements
112112

113-
StepFile is an [Erector](http://erector.rubyforge.org)-based DSL, so if you want to insert HTML tags or other stuff, use the appropriate Erector methods, e.g.
113+
StepFile is an [Erector](https://github.com/erector/erector)-based DSL, so if you want to insert HTML tags or other stuff, use the appropriate Erector methods, e.g.
114114

115115
step "figure out your OS version" do
116116
message "Mac OS has code names, including:"

0 commit comments

Comments
 (0)