Skip to content

Commit

Permalink
Update RailsGirls to Rails Girls (per https://twitter.com/railsgirls/…
Browse files Browse the repository at this point in the history
  • Loading branch information
lbain committed Jun 3, 2014
1 parent 147e071 commit 7db91a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _posts/2012-11-01-devise.markdown
Expand Up @@ -10,7 +10,7 @@ permalink: devise

*Updated by Ernesto Jimenez, [@ernesto_jimenez](https://twitter.com/ernesto_jimenez)*

**This guide assumes that you have already built a RailsGirls app by** [**following the app development guide**](/app).
**This guide assumes that you have already built a Rails Girls app by** [**following the app development guide**](/app).


## *1.*Add devise gem
Expand Down
8 changes: 4 additions & 4 deletions _posts/2014-03-24-alternative-dev-environment.markdown
Expand Up @@ -9,13 +9,13 @@ permalink: virtual-machine
A development environment is the sum of all applications and tools with which a developer can do her daily work. Beyond an internet browser and a code editor all programs are included which are necessary for running and serving our application. For Ruby on Rails development, we certainly need Ruby, and the Rails framework and we also need a database, a web application server, etc.
By default an experienced developer would install all of these tools to her environment, but it's an advanced task. Moreover you are working on different operating systems, most of you are working on Windows, where installing a proper Ruby development environment is a huge problem.

Considering the things above, we created a virtual development environment for the first RailsGirls Budapest event, hoping that we can ease every participant's job.
Considering the things above, we created a virtual development environment for the first Rails Girls Budapest event, hoping that we can ease every participant's job.

<!-- more -->

## Virtual Machine

A [virtual machine (VM)](http://en.wikipedia.org/wiki/Virtual_machine) is a software-based emulation of a computer.
A [virtual machine (VM)](http://en.wikipedia.org/wiki/Virtual_machine) is a software-based emulation of a computer.

### Limitations

Expand All @@ -31,7 +31,7 @@ We created a virtual machine for you, with all the needed programs/tools preinst

VirtualBox is Oracle's virtualization platform, which can be downloaded on all the supported operating system (Win, OS X, Linux). Let's download the installer from [https://www.virtualbox.org/wiki/Downloads](https://www.virtualbox.org/wiki/Downloads), and install it after.

### RailsGirls virtual machine
### Rails Girls virtual machine

Please download the virtal machine created for this event from [here](http://www.digitalnatives.hu/demos/railsgirls/railsgirls_virtualbox_vm.zip). After downloading, please unzip the file, and put it's contents to a folder.
Let's open the already install VirtualBox application. Please find Machine/Add in the menu. Browse the previously created folder containing our VM, and select the file with *vbox* extension.
Expand Down Expand Up @@ -92,7 +92,7 @@ Start the VM again, and log into it with the known process:

* open [http://localhost:57575](http://localhost:57575)
* log in with vagrant / vagrant
* don't forget to run `/bin/bash --login`
* don't forget to run `/bin/bash --login`

#### System check

Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -19,7 +19,7 @@ <h2>Rails Girls Guides</h2>

<hr />

<h2>Welcome to RailsGirls!</h2>
<h2>Welcome to Rails Girls!</h2>
<ul class="home">
<li>
<a href="guide">
Expand Down Expand Up @@ -160,7 +160,7 @@ <h3>Ruby ATM</h3>

</ul>

<h2>Let's have more fun with RailsGirls</h2>
<h2>Let's have more fun with Rails Girls</h2>
<ul class="home">

<li>
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3>Become a Rails Girls Coach</h3>
<li>
<a href="guide-to-the-guide">
<i>4</i>
<h3>Guide to the Guide of RailsGirls</h3>
<h3>Guide to the Guide of Rails Girls</h3>
<p>Guide of background information about the Rails application.</p>
</a>
</li>
Expand Down

0 comments on commit 7db91a7

Please sign in to comment.