Displaying 4 results from an estimated 4 matches for "asset_tag".
Did you mean:
assert_tag
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...- lua_pushstring(L, dmi.base_board.product_name);
- lua_settable(L,-3);
+ lua_newtable(L);
+ LUA_ADD_STR_P(L, base_board, manufacturer)
+ LUA_ADD_STR_P(L, base_board, product_name)
+ LUA_ADD_STR_P(L, base_board, version)
+ LUA_ADD_STR_P(L, base_board, serial)
+ LUA_ADD_STR_P(L, base_board, asset_tag)
+ LUA_ADD_STR_P(L, base_board, location)
+ LUA_ADD_STR_P(L, base_board, type)
+
+ /* base board features */
+ lua_pushstring(L, "features");
+ lua_newtable(L);
+ get_bool_table(L, base_board_features_strings,
+ sizeof(s_base_board_features)/sizeof(bool),
+...
2008 Jan 02
6
problem when editing record in polymorphic relation
...---------
1 | CI1 | 1 | SoftwareCi
2 | CI2 | 2 | SoftwareCi
3 | CI3 | 1 | HardwareCi
4 | CI4 | 2 | HardwareCi
The table, software_cis ,contains the following records
=====================================================
id | asset_tag | status | version
----+-------------------+---------+---------
1 | AC Logix - AT1 | Status2 | 1.0
2 | RR Logix AT2 | Status3 | 2.3
The table, hardware_cis ,contains the following records
=====================================================
id | asset_tag | status | ve...
2011 Oct 25
0
Sprocket Digest + Debug combination broken?
....1)
lib/sprockets/helpers/rails_helper.rb:141:in `digest_for'' actionpack (3.1.1)
lib/sprockets/helpers/rails_helper.rb:154:in `rewrite_asset_path'' actionpack
(3.1.1) lib/action_view/asset_paths.rb:27:in `compute_public_path''
actionpack (3.1.1)
lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:64:in
`path_to_asset'' actionpack (3.1.1)
lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb:19:in
`asset_tag'' actionpack (3.1.1)
lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb:57:in `block
in include_tag''...
2007 Nov 16
9
Challenge
The original:
http://pastie.textmate.org/private/lqvrlyyvkv2kbugoxtiz6w
Send your submissions to me by email or on #merb. I''ll blog it, and
pick a winner. The winner does not mean it makes it into Merb, just
means I personally like it best.
But it might make it into Merb.
# Scenario:
# You have a simple application that lists all the monkeys at the zoo.
# Every monkey has a