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

Add blog post on Ruby on Rails #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

APwhitehat
Copy link
Member

Change of date required before merge.

@milindl Did I do justice ? 😛

@@ -0,0 +1,65 @@
---
layout: post
title: "Learn Rails and build web apps"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct capitalization may be needed here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wikipedia uses "web apps" while google seems to use "Web Apps" ( ref ).
So I'm changing it to "Web Apps".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was talking about "build" as well, but I think either of WebApps, Webapps and Web Apps should be fine

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is capitalization of Build correct ? I'm at a loss here.


## Hi reader !

Most of you would have learnt/seen HTML & CSS based static web pages.<br>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes sense to avoid <br> and use a newline instead, since we use markdowny of syntax everywhere else anyway. For example,

a <br>
b

can be written as

a

b

So this applies to all places I think.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second way was creating an extra blank line which I wanted to avoid

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's like that in markdown so let's stick to it 😛


* You don't need to be proficient in Ruby to learn Rails. [Rails book chapter 4](https://www.railstutorial.org/book/rails_flavored_ruby) covers most of ruby you'll need. A point to note is that rails in itself has lots of
functionality so it is better to use them instead of writing Ruby code for them.
* The chapter on MVC (Model View Controller) forms the basis of Rails web app so its recommended
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking, is it possible to write a post on MVC and have rails as an example? MVC is a basic topic which is applicable to a large class of applications; so we could do MVC and then explain Rails a bit as an example. Thoughts?

I mean MVC is used not just in webapps but also in certain desktop applications So this would be interesting and useful.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel under-qualified to write such a blog on MVC. I only have a basic understanding.
Maybe after learning it more, I can.
tutorials (for me) ? 😛

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps another article on MVC ?

@APwhitehat APwhitehat changed the title Adds blog post on Ruby on Rails Add blog post on Ruby on Rails Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants