Ruby on Rails and More..

Tuesday, 31 May 2016

Creating a basic search in React

›
1) Setup the basic structure of your application as mentioned in the earlier tutorial. 2) In your app.js lets first setup a master list ...
Monday, 30 May 2016

Getting started with react

›
Setting up your first react application 1) Go to console and create your project folder mkdir react-app 2) Got to react-app folder an...
Monday, 9 February 2015

Some useful gems I came across recently..

›
Not  been blogging much these days, since I was busy bundling up the gems I found useful :P So here are the few I came across and found us...
1 comment:
Thursday, 21 August 2014

Make most of your yaml files

›
When I first started with Ruby on Rails, the only purpose of yml files for me was using it database.yml files. However when I started to ...
Wednesday, 25 September 2013

raw, html_safe,content_tag

›
raw and html_safe method They both are used to unescape the html from any string.     For Example:-        In your helper method-     ...
Monday, 16 September 2013

Metaprogramming with ruby

›
1) eval  , #{} and their difference. eval  is used to evaluate the string as expression. #{} is used to delimit the expressions in...
Friday, 30 August 2013

Git branching and merging

›
1) git branch This will list all the branches of your repository in your local. 2) git branch branchname To create a new branch of your...
›
Home
View web version

About Me

Nikita Singh
View my complete profile
Powered by Blogger.