Is there a way to control the data coming from the internet from specific addressthrough the network card before it received by the kernel of the operating system using C++ or any language?
How can you have model declarations at two different directories in Django? I have the model at the directory Code which contains \"init.py\", \"models.py\" and \"admin.py\".
is there a better way to work with ZF useing the mappers, real life objects and table_objects. This is how I do it with Zend Framework:
My application setup wi开发者_高级运维th 2 modules admin and default I test the controller which works fine on modules
I am having difficulties with listing this type of data. Scenario is as follows: user1 add\'s a friend called user2
I\'ve been using Ruby for the first time on a project at my work, so I am still somewhat learning the ropes (and loving every minute of it).
I am creating a simple todo app where I have 2 types of tasks. 1) regular tasks - These have a due date
In django, I\'m trying to do something like this: # if form is valid ... article = form.save(commit=False)
I am fairly new to Ruby on Rails, and I clearly have an active record associat开发者_JAVA技巧ion problem, but I can\'t solve it on my own.
I have a model class ServiceRequest < ActiveRecord::Base has_many :services accepts_nested_attributes_for :services