Skip to content

Commit

Permalink
A few more typo and grammar fixes, thanks Kelly. Also fixed a broken …
Browse files Browse the repository at this point in the history
…test from venue page name change.
  • Loading branch information
metaskills committed Sep 29, 2009
1 parent 5ecf703 commit 87203ba
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions app/views/site/index.html.haml
Expand Up @@ -53,7 +53,7 @@
Ruby community tie in with the values of agile development. You will learn
why the team at
= link_to 'Viget', 'http://www.viget.com/'
chose Ruby as their development platform, and
chose Ruby as their development platform and
why you might want to consider doing the same.


Expand All @@ -71,16 +71,16 @@
%h4 Software Engineer at Mobelux

%p
Are you interested in knowing what you will have to learn to built the next
Are you interested in knowing what you will have to learn to build the next
big iPhone application? Apple's Objective-C programming language is the
building block for all of its API's, including Cocoa, Apple's name for
building block for all of its APIs, including Cocoa, Apple's name for
the collection of frameworks and accompanying runtimes that make up the
development layer of Mac OS X and iPhone.

%p
Jamie will cover the development tools, programming paradigms and limitations of
iPhone development (including the Cocoa Touch API and the Objective-C programming language)
at very abstract level. He will also reveal the mystery of the Objective-C's bracket syntax.
at a very abstract level. He will also reveal the mystery of the Objective-C's bracket syntax.



Expand Down
8 changes: 4 additions & 4 deletions app/views/site/the_venue.html.haml
Expand Up @@ -9,16 +9,16 @@
= link_to 'Get directions', 'http://maps.google.com/maps?client=safari&rls=en&oe=UTF-8&um=1&ie=UTF-8&q=grow+interactive+norfolk&fb=1&gl=us&hq=grow+interactive&hnear=norfolk&cid=0,0,4492642276965120035&ei=vnTBSs7-JYiC8QadopWOBg&sa=X&oi=local_result&ct=image&resnum=1'

%p
First, thanks to Drew Ungvarsky and all the other great folks at
First, thank you to Drew Ungvarsky and all the other great folks at
= link_to('Grow Interactive','http://www.thisisgrow.com/')+','
for letting us use their offices for the premier 757Studio event series.
for letting us use their office for the premier 757Studio event series.

%p{:class => 'mb30'}
Food and drinks will be available. Laptops are welcome however we are not sure
if Wifi will be available. If you use the Google maps street view link, keep in
mind that Palace Shops were not built at the time of Google's drive by. So that
mind that Palace Station was not built at the time of Google's drive by. So that
gravel area is indeed the right spot. If you have any other questions, please
do not contact Grow, send us an email instead.
do not contact Grow, but send us an email at
= mail_to 'info@757studio.org'

%h3 Schedule (Thursday, Nov. 5th)
Expand Down
4 changes: 2 additions & 2 deletions app/views/site/who_should_attend.html.haml
Expand Up @@ -11,9 +11,9 @@
popular sites like 37signals, Twitter and Linkedin? If so, show up!

%p
Maybe you an interactive agency, a technology shop, or an entrepreneur that wants to launch a
Maybe you are an interactive agency, a technology shop, or an entrepreneur that wants to launch a
new web based product or mobile iPhone application? Perhaps you need to manage a technical team
and your interested how the brain works and what makes great software, despite your current
and you are interested how the brain works and what makes great software, despite your current
programming language of choice? If so, show up!

%p
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -15,7 +15,7 @@
# config.load_paths += %W( #{RAILS_ROOT}/extras )

# Specify gems that this application depends on and have them installed with rake gems:install
config.gem 'haml', :version => '2.2.5'
config.gem 'haml', :version => '2.2.6'

# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named
Expand Down
2 changes: 1 addition & 1 deletion test/integration/visitor_story_test.rb
Expand Up @@ -20,7 +20,7 @@ def setup
assert_response :success
assert_select 'h1', 'Presenters'
# Get Venue
get_page :venue
get_page :the_venue
assert_response :success
assert_select 'h1', 'The Venue'
# Not Get RSVP index
Expand Down

0 comments on commit 87203ba

Please sign in to comment.