Skip to content

Commit

Permalink
Merge pull request #312 from thibaudcolas/bug/windows-filename
Browse files Browse the repository at this point in the history
Fix name of file from Windows RailsInstaller
  • Loading branch information
hsbt authored Nov 7, 2016
2 parents 21d0546 + ac5a308 commit 71b3db1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _posts/2012-04-18-app.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We're going to create a new Rails app called *railsgirls*.
First, let's open a terminal:

* Mac OS X: Open Spotlight, type *Terminal* and click the *Terminal* application.
* Windows: Click Start and look for *Command Prompt*, then click *Command Prompt with Ruby on Rails*.
* Windows: Click Start and look for *Command Prompt*, then click *Command Prompt with Ruby and Rails*.
* Linux (Ubuntu/Fedora): Search for *Terminal* on the dash and click *Terminal*.
* Cloud service (e.g. nitrous): Log in to your account, start your project and switch to its IDE (see [installation guide](/install#using-a-cloud-service) for details). The terminal is usually at the bottom of your browser window.

Expand Down
4 changes: 2 additions & 2 deletions _posts/2013-05-02-install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Now you should have a working Ruby on Rails programming setup. Congrats!

Download [RailsInstaller](https://s3.amazonaws.com/railsinstaller/Windows/railsinstaller-3.2.0.exe) and run it. Click through the installer using the default options.

Open `Command Prompt with Ruby on Rails` and run the following commands to solve a problem in RailsInstaller3.2.0.
Open `Command Prompt with Ruby and Rails` and run the following commands to solve a problem in RailsInstaller3.2.0.

**Coach:** There is a bug that occurs "No such file or directory" error when using the `rails` command in RailsInstaller3.2.0. This is occured by problem with incorrect paths in `rails.bat` and `bundle.bat`. We can fix the problem copying `rake.bat` to `rails.bat` and `bundle.bat`. ([github issue page](https://github.com/railsinstaller/railsinstaller-windows/issues/76))

Expand All @@ -138,7 +138,7 @@ copy rake.bat rails.bat
copy rake.bat bundle.bat
{% endhighlight %}

Open `Command Prompt with Ruby on Rails` and run the following command:
Open `Command Prompt with Ruby and Rails` and run the following command:

{% highlight sh %}
rails -v
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-02-13-simple-app.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We're going to create a new Rails app called *railsgirls*.
First, let's open a terminal:

* Mac OS X: Open Spotlight, type *Terminal* and click the *Terminal* application.
* Windows: Click Start and look for *Command Prompt*, then click *Command Prompt with Ruby on Rails*.
* Windows: Click Start and look for *Command Prompt*, then click *Command Prompt with Ruby and Rails*.
* Linux (Ubuntu/Fedora): Search for *Terminal* on the dash and click *Terminal*.

Next, type these commands in the terminal:
Expand Down
6 changes: 3 additions & 3 deletions _posts/2014-05-29-touristic-autism_basic-app.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Touristic Autism-friendly Spots App
title: Touristic Autism-friendly Spots App
permalink: touristic-autism_basic-app
---

Expand Down Expand Up @@ -49,7 +49,7 @@ We're going to create a new Rails app called *railsgirls-galway-2014*.
First, let's open a terminal:

* Mac OS X: Open Spotlight, type *Terminal* and click the *Terminal* application.
* Windows: Click Start and look for *Command Prompt*, then click *Command Prompt with Ruby on Rails*.
* Windows: Click Start and look for *Command Prompt*, then click *Command Prompt with Ruby and Rails*.
* Linux (Ubuntu/Fedora): Search for *Terminal* on the dash and click *Terminal*.

Next, type these commands in the terminal:
Expand Down Expand Up @@ -155,7 +155,7 @@ When the command prompt is not visible you cannot execute new commands. If you t

Hit <kbd>Ctrl</kbd>+<kbd>C</kbd> in the terminal to quit the server.

**Coach:** Explain what each command does.
**Coach:** Explain what each command does.
[What is a web application and a server - Slides by @]()
The skeleteon generated by "rails new" reflects the [Model-View-Controller - Slides by @]() architectural pattern.

0 comments on commit 71b3db1

Please sign in to comment.