Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open project directory instead of individual files #9

Open
Bertg opened this issue May 10, 2015 · 7 comments
Open

Open project directory instead of individual files #9

Bertg opened this issue May 10, 2015 · 7 comments

Comments

@Bertg
Copy link
Contributor

Bertg commented May 10, 2015

Opening multiple Sublime windows seemed confusing. Making the step to opening the entire rails folder surprising.

Maybe we should start from there. Maybe have a ready made folder to download, with the instructions / guide in there already?

@wrtsprt
Copy link
Contributor

wrtsprt commented May 10, 2015

great idea to open the rails girls folder right in the beginning. i think in there they can still create the file themselves and have rails then create the app, but having the whole folder open in sublime gives perspective!

@alicetragedy
Copy link

I agree 100% – I showed my group right away how to open the whole folder instead of the file, so they can have the folder view on the left-hand side, which is one of the nicer features of Atom or Sublime as opposed to more "basic" editors. 👍
I also like the idea of the ready made folder.

@Bertg
Copy link
Contributor Author

Bertg commented May 11, 2015

Should we - next to showing the side bar - also show of the "colouring"? This can help them understand if the colour is wrong, there might be something wrong with the code itself? Or do we keep that for a later step?

On 11 May 2015, at 08:41, Laura notifications@github.com wrote:

I agree 100% – I showed my group right away how to open the whole folder instead of the file, so they can have the folder view on the left-hand side, which is one of the nicer features of Atom or Sublime as opposed to more "basic" editors.
I also like the idea of the ready made folder.


Reply to this email directly or view it on GitHub #9 (comment).

@alicetragedy
Copy link

@Bertg I think ideally we can explain the coloring (you mean, for syntax highlighting?) right at the beginning by doing a short intro to the three tools (browser, editor, command line). They might not understand its use right away, but maybe they will notice it again once the color has the "wrong" color.

Note while we're talking about the editors: one of my students had installed atom instead of sublime, and atom apparently does not come with the tree view and the autocomplete by default, they are packages that need to be installed extra. Might be good to know (I don't use atom).

@mariusandra
Copy link
Contributor

Like I said in #8, I don't think we're here to teach bash, so I would propose to remove this block:

$ mkdir railsgirls        # mkdir is equivalent to "make directory railsgirls"
$ cd railsgirls           # we 'enter' the new directory using command 'cd'
$ touch introduction.html # command 'touch' creates a new file called as indicated

... and instead tell them to make a new railsgirls folder somewhere on their desktop. Then they should open that folder in Sublime/Atom and use that to create the "introduction.html" file. This way we don't immediately plunge them into the terminal, but let them just use a text editor to create a HTML file.

Later I would open the terminal, cd into the directory and type rails new railsgirls-app right there, so the new folder shows up immediately in sublime/atom without any extra voodoo.

I then had my team move the "introductions.html" file straight into the railsgirls-app/public folder just using finder/explorer.

@Bertg
Copy link
Contributor Author

Bertg commented May 12, 2015

👍 on the "Don't move with bash" idea.

@wrtsprt
Copy link
Contributor

wrtsprt commented Feb 10, 2016

So this issue is about updating the guide to suggest opening the project folder itself in the editor, not single files.

I made a new issue for the 'don't move stuff in bash subject' (#20)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants