Translated on Feb 21st
0
296
JQuery-UI css and images, and Rails Asset Pipeline
If you have JQuery-UI CSS generated by the theme roller, say for the ‘cupertino’ theme. One option is exploding the contents a bit, put the `jquery-ui-1.8.16.custom.css`file directly at ./app/assets/s...
Translated in Korean
예를 들어 'cupertino' 테마를 이용하여 만든 jQuery-UI CSS의 경우, 'jquery-ui01.8.16.custom.css' 파일은 ./app/assets/stylesheets/jquery-ui-1.8.6.custom.css에 위치시키고, 해당 테마 ./images 서브디렉토리는 ./app/assets/stylesheets/images에 두...
예를 들어 'cupertino' 테마를 이용하여 만든 jQuery-UI CSS의 경우, 'jquery-ui01.8.16.custom.css' 파일은 ./app/assets/stylesheets/jquery-ui-1.8.6.custom.css에 위치시키고, 해당 테마 ./images 서브디렉토리는 ./app/assets/stylesheets/images에 두...
Posted on Feb 21st
0
130
JQuery-UI css and images, and Rails Asset Pipeline
For Rails 3.1 (3.1.3 is the latest release as I write this).If you have JQuery-UI CSS generated by the theme roller, say for the ‘cupertino’ theme. One option is exploding the contents a bit, put the ...
Translated on Feb 13th
0
371
Posted on Feb 13th
0
114
Changelogs in Rails 3.2.1
>>> Action Mailer## Rails 3.2.1 (January 26, 2012) ##* No changes.>>> Action Pack## Rails 3.2.1 (January 26, 2012) ##* Documentation improvements.* Allow `form.select` to accept ...
Translated on Feb 13th
0
365
레일스 3.2.1 버전이 릴리스 되었습니다.
Rails 3.2.1 has been released
Translated in Korean
레일스 3.2.1 버전이 릴리스 되었습니다.
레일스 3.2.1 버전이 릴리스 되었습니다.
Posted on Feb 13th
1
106
Rails 3.2.1 has been released
Posted by fxn January 26, 2012 @ 11:32 PMRails 3.2.1 is out, with some fixes and doc improvements. Please check the CHANGELOGs gist for details.
Translated on Feb 12th
0
378
Posted on Feb 12th
2
129
Active Record Query Interface
This guide covers different ways to retrieve data from the database using Active Record. By referring to this guide, you will be able to:- Find records using a variety of methods and conditions- Speci...