Displaying 2 results from an estimated 2 matches for "gw2loubgzfxc7hbucnmxjji".
Did you mean:
gw2loubgzfxc7hbucnmxjjy
2005 Mar 04
5
Rails and SCM Best Practices
Hi all--
I''m starting a new Rails project and I''m preparing to import it into my
local Subversion repository. In the past, I''ve just imported the entire
set of files generated by ''rails'', but I''m starting to wonder if that is
the best way to approach things.
For instance, it makes sense to add the log/ directory, but probably not
the
2005 Mar 04
3
Boolean values
Hi,
I''m using SQL Server. I have a BIT field. I have a fix and a question.
This is a patch for a bug in the SQL Server adapter that causes any insert or
update to fail:
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -239,2 +239,2 @@
- when TrueClass then (column && column.type == :boolean ?
"''t''" : "1")