
Search In
Handling Invalid JSON Error in Rails
Hi Friends,
Sometimes by mistake, when we send an incorrect JSON to server, the server is not able of handle the improper JSON so it throws an error, and the client doesn't get any proper error message.
To have the fastest and the most accurate keyboard skills is one type of a need for most of the companies and job profiles in today’s time. There are many typists in a report or incorrectly keyed orders that are not acceptable for the co-worker
View Without Controller Action in ASP.NET MVC
In MVC, the request from browser actually comes in the form of "controllername/actionname" where the request is actually directed to actionname in the controller which then capable
Rails Server setup with Passenger and nginx
Hi friends,
Today I am going to tell you how to setup rails server with nginx and passenger. First you need to login to your server using ssh using the command
ssh -i server_pem_key_path user@ip
Here
An error cause the correct behavior of software and affect the accuracy. It affect the expected result of application which might because of incorrect requirements implementation or because of invalid data entry by user.
Basic Type of errors :
1. F
This tutorial will help us in learning how to create error pages in apache. We can customize the error pages based on different error codes that is writen in Apache server's Directive “ErrorDocument ”
Follwoing are the “Three digit error code”:
Apa
Flowing on from REST API in joomla 3.4 with SLIM Framework PART 1 it's time to to use the real power of Slim Framework. In this second part of tutorial series , we will use SLIM Framework in Joomla way of style to create powerful API.
As we learned
LINQ is used for Data querying in a type safe way. Data to be queried can be XML, SQL, and Object etc.
Let’s have a look at simple LINQ query:
var items = from employee in db.Employee
where Employee.Salary < 20000
We are assuming you are already familiar with Retrofit. If not then first go to this. We have used multipart request for uploading image on server using Retrofit.
Following are the simple and easy steps for image uploading using Retrofit:-
Step&nbs
Defect:
Defect is any flaw in the software system,when there is a difference between expected result and actual result.
Defect can be classified into three categories:
Wrong
Extra
Missing
Wrong: The software does something that the p
