Forum https://discourse.hanamirb.org – Code of Conduct http://hanamirb.org/community/#code-of-conduct
adam12 on fix-deprecation-warning-minitest-generated-specs
Update generated minitest specs… (compare)
depfu[bot] on update
Update rom-sql to version 3.3.3 (compare)
#header{font-weight: bolder;}
declaration to test it. I've also added <link rel="stylesheet/less" type="text/css" href="styles.css.less" />
and <script src="less.js"></script>
tags to the app's 'application.html.erb' file. The style is not applied, so now I'm a bit lost. Anyone have any experience with LESS or can point me in the right direction? I could work with SASS or SCSS, if it's easier.
Enumerator.produce
and I'm loving it. Why isn't there more noise about this absolutely fantastic (experimental) addition to Ruby? Check it out
Ah yes I saw that - I was interested as to that - a note there
Custom schema takes precedence over automatic schema. If we use custom schema, we need to manually add all the new columns from the corresponding SQL database table.
Which is unclear to me. If I use custom schema attributes, does it completely override the other columns? Or can I use both - sometimes its just nice to have some overlying business logic validations to ensure bad data cannot enter the persistence layer at that boundary
Sequel::InvalidValue at
ArgumentError: no time information in ""
def call(params)
@page = PageRepository.by_title(params[:id])
if @page.nil?
@page = Page.new(title: params[:id])
self.body = Web::Views::Pages::NotFound.render(exposures)
end
end