Displaying 5 results from an estimated 5 matches for "categorynam".
Did you mean:
categoryname
2012 Oct 11
4
what;s the right url in this case
...; ActiveRecord::Base
attr_accessible :email, :name
has_many :berichten
end
class Category < ActiveRecord::Base
attr_accessible :id :name
has_many :berichten
end
What I wonder is what the right url is when I want to place a new bericht
into a specific category.
Is it localhost:3000/<categoryname>/bericht/new ?
Roelof
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to ruby...
2006 Feb 18
0
Comparing two hashes
...calls and make the manipulation of structs
transparent to the main application.
My next task is to try and fetch the list of categories in use on the
blog using the - mt_getCategoryList(@metaBlogId) - method. This
returns a hash that I can read the contents out of with categories
[''categoryName'']. Now, I want to assign this names of categories
taken from the hash to check boxes on posts that are being edited.
This requires a second XML call to - mt_getPostCategories
(@post.postid) - that gets the categories already set on a particular
post (identified by @post.postid).
Wh...
2008 Feb 04
1
New hardware to run CentOS
As I say before, I'm running databases with a lot of users on a CentOS4x
server. Somebody ask me to search the latest hardware to migrate my
databases to this new server. I have now an HP EVA8000 storage with a
lot of hdds, so I want know which is the best hardware to get the best
performance with my storage (HP-EVA8000). Any idea will be appreciate.
Thanks in advance.
Regards,
Israel,
2005 Jun 17
1
Re: screen fonts -- LCD and Analog Connections ...
Ryan wrote:
> I did, 1024x768.
> Sorry, analog
Matthew Miller wrote:
> Maybe the problem is just in that adjustment, then.
Yes. You need to have your signaling _exact_ when dealing with LCDs.
Some are very good at taking the timings of VESA standards. But some
support some eccentric Windows timings that are _not_ the exact same
as VESA. Or maybe you have configured your monitor for
2012 Oct 23
0
route problem
...utes.draw do
ActiveAdmin.routes(self)
devise_for :admin_users, ActiveAdmin::Devise.config
resources :users
resources :category do
resources :berichten
end
end
So I thought that localhost:3000/<category>/bericht/new I could write a new
bericht which is stored in the <categoryname>
But when I look at rake routes I dont see that route.
rake routes gives this :
admin_root /admin(.:format)
admin/dashboard#index
batch_action_admin_admin_users POST
/admin/admin_users/batch_action(.:format)
admin/admin_users#batc...