Skip to content

Commit

Permalink
Merge pull request #594 from sasharevzin/main
Browse files Browse the repository at this point in the history
Update broken links
  • Loading branch information
runlevel5 authored Sep 10, 2024
2 parents 8b30804 + 8e6bdfa commit 5261268
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 16 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<nav class="nav pull-right">
<a href="https://railsgirls.com/">Home</a>
<a href="https://railsgirls.com/events.html">Events</a>
<a href="https://blog.railsgirls.com/">Blog</a>
<a href="https://railsgirls.tumblr.com/">Blog</a>
<a href="/guide">Organizers</a>
<a href="/">Guides</a>
</nav>
Expand All @@ -29,7 +29,7 @@
<ul class="nav">
<li><a href="https://railsgirls.com/">Home</a></li>
<li><a href="https://railsgirls.com/events.html">Events</a></li>
<li><a href="https://blog.railsgirls.com/">Blog</a></li>
<li><a href="https://railsgirls.tumblr.com/">Blog</a></li>
<li><a href="/guide">Organizers</a></li>
<li><a href="/">Guides</a></li>
</ul>
Expand Down
7 changes: 3 additions & 4 deletions _pages/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Thank you for taking part in the Rails Girls event. We truly felt lucky to have
Three things we want to share:
in
Workshop Materials
(Almost all) materials can be found in the guides section at <https://guides.railsgirls.com>. You can find presentations, materials and instructions from the workshop. If you took pictures or blogged about the event - let us know! We'll be publishing regularly on blog.railsgirls.com
(Almost all) materials can be found in the guides section at <https://guides.railsgirls.com>. You can find presentations, materials and instructions from the workshop. If you took pictures or blogged about the event - let us know! We'll be publishing regularly on railsgirls.tumblr.com

Make Rails Girls better - give us feedback!
We want to hear from you! Give us feedback about the workshop or how we can make the event better – it’s really quick, and it’ll help us improve our workshop at railsgirls.com/feedback
Expand Down Expand Up @@ -428,7 +428,7 @@ Inviting real developers to coach is Rails Girls sessions not only gives the par
* Mention at least two forthcoming developer events where the local coaches will be. Try to get the women to attend actual developer meetups.
* Invite everyone to the Facebook Group where they can ask questions.
* Invite the women together again within a month. You can host these meetups at the Rails Girls global meetup page <https://www.meetup.com/Rails-Girls/> - we’ll be happy to promote events. However, it doesn't matter under which brand you want to continue meeting - the important thing'
* Write about your event for blog.railsgirls.com by [submitting a story](https://blog.railsgirls.com/submit)
* Write about your event for railsgirls.tumblr.com by [submitting a story](https://railsgirls.tumblr.com/submit)



Expand Down Expand Up @@ -477,6 +477,5 @@ This is a small checklist for your event. Rails Girls can be thrown together in
* Send a thank you note to participants and ask for [feedback](https://railsgirls.com/feedback) (you can also create your own feedback form in your local language)
* Send a thank you note to coaches
* Send a thank you note for organizers
* Add yourself to the [Rails Girls Map](http://rails-girls-map.herokuapp.com/)
* Share the numbers of your event by filling out this short [Questionaire](https://railsgirls.wufoo.eu/forms/rails-girls-events-all-the-numbers/)
* Write a blogpost to the global blog by [submitting your story](https://blog.railsgirls.com/submit) - or ask one of the participants or coaches to write one!
* Write a blogpost to the global blog by [submitting your story](https://railsgirls.tumblr.com/submit) - or ask one of the participants or coaches to write one!
2 changes: 1 addition & 1 deletion _pages/touristic-autism_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: touristic-autism_design

*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift/) and [adding comments](/commenting).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).

{% coach %}
Talk about the relationship between HTML and Rails. What part of views is HTML and what is Embedded Ruby (ERB)? What is MVC and how does this relate to it? (Models and controllers are responsible for generating the HTML views.)
Expand Down
3 changes: 1 addition & 2 deletions _pages/touristic-autism_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: touristic-autism_git

*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app/) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift/) and [adding comments](/commenting).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).


Navigate to the root directory of the first app and initialize a new repository:
Expand Down Expand Up @@ -89,4 +89,3 @@ The result is a page at GitHub (for instance, [here's mine](https://github.com/i
Explain the branch-edit-commit-merge workflow on GitHub: modify the README file to be more descriptive.
([Slides by Myriam Leggieri @iammyr]())
{% endcoach %}

2 changes: 1 addition & 1 deletion _pages/touristic-autism_google-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: touristic-autism_google-map

*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift/) and [adding comments](/commenting).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).


We need to install a piece of software to let us display and interact with Google Maps.
Expand Down
3 changes: 1 addition & 2 deletions _pages/touristic-autism_image-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: touristic-autism_image-upload

*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app/) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise/), [adding design](/design), [deploying to OpenShift](/openshift/) and [adding comments](/commenting).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).


We need to install a piece of software to let us upload files in Rails.
Expand Down Expand Up @@ -163,4 +163,3 @@ to

Take a look at the list of ideas in the browser to see if the thumbnail is
there.

2 changes: 1 addition & 1 deletion _pages/touristic-autism_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The extension comprises of the following **new features**:
* Resource Rating
* Authenticated User (via devise) permission setting

The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift/) and [adding comments](/commenting).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).



Expand Down
2 changes: 1 addition & 1 deletion _pages/touristic-autism_resource-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: touristic-autism_resource-modeling

*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift/) and [adding comments](/commenting).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift) and [adding comments](/commenting).

What do we want our app to do? As a first thing, we would like to
* authenticate **users**
Expand Down
3 changes: 1 addition & 2 deletions _pages/touristic-autism_static-pages-tdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: touristic-autism_static-pages-tdd

*Created by Myriam Leggieri, [@iammyr](https://twitter.com/iammyr)*
*for [Rails Girls Galway](https://github.com/RailsGirlsGalway)*
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app/) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise/), [adding design](/design), [deploying to OpenShift](/openshift/), [adding comments](/commenting) and [Mark McDonnell's tutorial](https://code.tutsplus.com/tutorials/testing-your-ruby-code-with-guard-rspec-pry--cms-19974).
The basic guides that have been merged and adapted are the [Ruby on Rails Tutorial](https://www.railstutorial.org/book), the [basic RailsGirls app](/app) and the tutorials for [creating thumbnails](/thumbnails), [authenticating users](/devise), [adding design](/design), [deploying to OpenShift](/openshift), [adding comments](/commenting) and [Mark McDonnell's tutorial](https://code.tutsplus.com/tutorials/testing-your-ruby-code-with-guard-rspec-pry--cms-19974).

Rails includes a default Test::Unit framework used to test your code. We will use a more advanced testing framework called RSpec to write a thorough test suite. We need to be able to write tests that are fast and give us instant feedback on problems with our code.

Expand Down Expand Up @@ -269,4 +269,3 @@ end
{% endhighlight %}

**Note:** if you have any issues regarding Travis-CI then you can join the "#travis" channel on IRC freenode to get help answering any questions you may have.

0 comments on commit 5261268

Please sign in to comment.