CSC/ECE 517 Fall 2014/ch1a 26 gn: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
== Debugging with Rails using Pry==
== Debugging with Rails using Pry==


This page contains information about Ruby and pry.
Pry in literal sense means one who enquirers too closely about others. Pry is a powerful alternative to the standard IRB shell for Ruby. It features syntax highlighting, a flexible plugin architecture, runtime invocation and source and documentation browsing. <i> as quoted by [http://pryrepl.org/ PRY Website].</i>
 
Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.




Line 7: Line 9:


== Subsection 3==
== Subsection 3==
This has some code
<code>
printf("Hello--How are you");
</code>
=== Sub-subsection 1===
We can put anything we want in here
Installing Ruby:


We can also put some
<pre>
This is how to part of a sentence.
</pre>


You van learn more about installing and working with ruby [[here]]
== Subsection 1 ==
== Subsection 1 ==
/*Fill the text here*/
/*Fill the text here*/

Revision as of 12:52, 18 September 2014

Debugging with Rails using Pry

Pry in literal sense means one who enquirers too closely about others. Pry is a powerful alternative to the standard IRB shell for Ruby. It features syntax highlighting, a flexible plugin architecture, runtime invocation and source and documentation browsing. as quoted by PRY Website.

Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.


Subsection 3

This has some code

printf("Hello--How are you");

Sub-subsection 1

We can put anything we want in here

Installing Ruby:

We can also put some

This is how to part of a sentence.

You van learn more about installing and working with ruby here

Subsection 1

/*Fill the text here*/

Subsection 2

/*Fill the text here*/


References

/*contains references*/