[Rails] Re: Null value in mysql database table.

2013-10-04 Thread Aneez a.
Hi, actually I am beginner. So can you please tell where is 
development.log ?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/ecb422339dd9a7620eae4ac3a35747fb%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Rails] Re: Null value in mysql database table.

2013-10-04 Thread Jordon Bedwell
On Fri, Oct 4, 2013 at 4:19 AM, Aneez a. li...@ruby-forum.com wrote:
 Hi, actually I am beginner. So can you please tell where is
 development.log ?

Most of the time unless you are some weird ass developer it will be
right there in the terminal by way of STDERR because you will
preferably start a non-daemonized testing server, otherwise it will be
in log/development.log relative to the root of your base Rails app.

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQnzGAz20YQ-L-VbEv%3Dpg_8zj66aG%2BomXBJP4JVhEhrnrJg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Rails] Re: Null value in mysql database table.

2013-10-04 Thread Colin Law
On 4 October 2013 10:19, Aneez a. li...@ruby-forum.com wrote:
 Hi, actually I am beginner. So can you please tell where is
 development.log ?

In that case start by working right through a good tutorial such as
railstutorial.org (which is free to use online).  That will show you
the basics of Rails.  Do that before starting your own project, it
will save you a lot of time in the long run.

The log in in log/development.log though if you just want to see where
you are going wrong.  But then do the tutorial.

Colin


 --
 Posted via http://www.ruby-forum.com/.

 --
 You received this message because you are subscribed to the Google Groups 
 Ruby on Rails: Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to rubyonrails-talk+unsubscr...@googlegroups.com.
 To post to this group, send email to rubyonrails-talk@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/rubyonrails-talk/ecb422339dd9a7620eae4ac3a35747fb%40ruby-forum.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvvS7zVZh4F5SPeosostSVtp6pd0vi4kZLFgAf-v3BxGw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.